Html Css Color HEX #08047A Navy

📋 copy color: '#08047A'

red 8 ◦ green 4 ◦ blue 122

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

Shades of Navy #08047A

Tints of Navy #08047A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.99%

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

R = 5.97%
G = 2.99%
B = 91.04%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08047A (or 0x08047A) is known color: Navy. HEX triplet: 08, 04 and 7A. RGB value is (8,4,122). Sum of RGB (Red+Green+Blue) = 8+4+122=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 122 (48.05% from 255 or 91.04% from 134); Max value from RGB is 122 - color contains mainly: blue. Hex color #08047A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08047A is #F7FB85. Grayscale: #121212. Windows color (decimal): -16251782 or 7996424. OLE color: 7996424.

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

Color convert

RGB 8 4 122 -
CMYK 0.93 0.97 0 0.52
HSL 242.03º 0.94% 0.25% -
HSV(B) 242.03º 0.97% 0.48% -
XYZ 3.66 1.54 18.52 -
YUV 18.65 186.33 120.41 -
System Red Green Blue C M Y K H S L
Decimal 8 4 122 0.93 0.97 0 0.52 242.03 0.94 0.25
Hex 8 4 7A 5D 61 0 34 F2 5E 19
Octal 10 4 172 135 141 0 64 362 136 31
Binary 1000 100 1111010 1011101 1100001 0 110100 11110010 1011110 11001

Color Harmonies of #08047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08047A

Black with #08047A

Text Example


Text Example

White with #08047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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