Html Css Color HEX #08037A Navy

📋 copy color: '#08037A'

red 8 ◦ green 3 ◦ blue 122

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

Shades of Navy #08037A

Tints of Navy #08037A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 91.73%

R = 6.02%
G = 2.26%
B = 91.73%

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

#08037A (or 0x08037A) is known color: Navy. HEX triplet: 08, 03 and 7A. RGB value is (8,3,122). Sum of RGB (Red+Green+Blue) = 8+3+122=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 122 (48.05% from 255 or 91.73% from 133); Max value from RGB is 122 - color contains mainly: blue. Hex color #08037A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08037A is #F7FC85. Grayscale: #111111. Windows color (decimal): -16252038 or 7996168. OLE color: 7996168.

HSL color Cylindrical-coordinate representation of color #08037A: hue angle of 242.52º 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 #08037A is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 3 122 -
CMYK 0.93 0.98 0 0.52
HSL 242.52º 0.95% 0.25% -
HSV(B) 242.52º 0.98% 0.48% -
XYZ 3.65 1.52 18.51 -
YUV 18.06 186.66 120.82 -
System Red Green Blue C M Y K H S L
Decimal 8 3 122 0.93 0.98 0 0.52 242.52 0.95 0.25
Hex 8 3 7A 5D 62 0 34 F3 5F 19
Octal 10 3 172 135 142 0 64 363 137 31
Binary 1000 11 1111010 1011101 1100010 0 110100 11110011 1011111 11001

Color Harmonies of #08037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08037A

Black with #08037A

Text Example


Text Example

White with #08037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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