Color Hex Logo

#00308b Color Hex

#00308B
(0,48,139)
0 Favorites   0 Comments

Color spaces of #00308b

RGB 048139
HSL0.611.000.27
HSV219°100°55°
CMYK 1.000.650.00   0.45
XYZ5.71723.978024.8926
Yxy3.97800.16530.1150
Hunter Lab19.944916.2633-60.0364
CIE-Lab23.598625.2242-54.0192

#00308b color RGB value is (0,48,139).

#00308b hex color red value is 0, green value is 48 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #00308b hue: 0.61 , saturation: 1.00 and the lightness value of 00308b is 0.27.

The process color (four color CMYK) of #00308b color hex is 1.00, 0.65, 0.00, 0.45. Web safe color of #00308b is #003399. Color #00308b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110000 10001011
Octal 0 60 213
Decimal 0 48 139
Hex 0 30 8B

RGB Percentages of Color #00308b

%0.00
%25.67
%74.33

CMYK Percentages of Color #00308b

%100
%65
%0
%45

Triadic Colors of #00308b

#00308b #8b0030 #308b00

Analogous Colors of #00308b

#00308b #15008b #00768b

Monochromatic Colors of #00308b

#00308b

Complementary Color

#00308b #8b5b00

#00308b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00308b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00308b Color CSS Codes

.mybgcolor {background-color:#00308b; } 
.myforecolor {color:#00308b; }
.mybordercolor {border:3px solid #00308b; }

#00308b Text Font Color

<p style="color:#00308b">Text here</p>

This sample text font color is #00308b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00308b Background Color

<div style="background-color:#00308b">
Div content here</div>

This div background color is #00308b


#00308b Border Color

<div style="border:3px solid #00308b">
Div here</div>

This div border color is #00308b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,48,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00308b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00308b;
  -webkit-box-shadow: 1px 1px 3px 2px #00308b;
  box-shadow:         1px 1px 3px 2px #00308b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,48,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00308b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00308b;
  -webkit-box-shadow: 1px 1px 3px 2px #00308b;
  box-shadow:         1px 1px 3px 2px #00308b;">
Div content here</div>

This div box has shadow with color #00308b


Comments

No comments written yet.

Please login to write comment.