Html Css Color HEX #08037B Navy

📋 copy color: '#08037B'

red 8 ◦ green 3 ◦ blue 123

#08037B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #08037B

Tints of Navy #08037B

RGB

 RED value IS 8 (3.52% from 255) = 5.97%

 GREEN value IS 3 (1.56% from 255) = 2.24%

 BLUE value IS 123 (48.44% from 255) = 91.79%

R = 5.97%
G = 2.24%
B = 91.79%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#08037B (or 0x08037B) is known color: Navy. HEX triplet: 08, 03 and 7B. RGB value is (8,3,123). Sum of RGB (Red+Green+Blue) = 8+3+123=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 123 (48.44% from 255 or 91.79% from 134); Max value from RGB is 123 - color contains mainly: blue. Hex color #08037B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08037B is #F7FC84. Grayscale: #111111. Windows color (decimal): -16252037 or 8061704. OLE color: 8061704.

HSL color Cylindrical-coordinate representation of color #08037B: hue angle of 242.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08037B is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 3 123 -
CMYK 0.93 0.98 0 0.52
HSL 242.5º 0.95% 0.25% -
HSV(B) 242.5º 0.98% 0.48% -
XYZ 3.71 1.55 18.84 -
YUV 18.18 187.16 120.74 -
System Red Green Blue C M Y K H S L
Decimal 8 3 123 0.93 0.98 0 0.52 242.5 0.95 0.25
Hex 8 3 7B 5D 62 0 34 F2 5F 19
Octal 10 3 173 135 142 0 64 362 137 31
Binary 1000 11 1111011 1011101 1100010 0 110100 11110010 1011111 11001

Color Harmonies of #08037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08037B

Black with #08037B

Text Example


Text Example

White with #08037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08037B; }

 p { color: rgb(8,3,123); }

 H1.HeaderClassName
 {
   color: #08037B;
 }
 .AnyTagClassName
 {
   color: #08037B;
 }
</style>

background-color css

<style>
 a { background-color: #08037B; }

 a { background-color: rgb(8,3,123); }

 div.DivClassName
 {
   background-color: #08037B;
 }
 .BgClassName
 {
   background-color: #08037B;
 }
</style>

border-color css

<style>
 span { border-color: #08037B; }

 span { border-color: rgb(8,3,123); }

 td.TdClassName
 {
   border-color: #08037B;
 }
 .TagClassName
 {
   border-color: #08037B;
 }
</style>