Html Css Color HEX #08057B Navy

📋 copy color: '#08057B'

red 8 ◦ green 5 ◦ blue 123

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

Shades of Navy #08057B

Tints of Navy #08057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

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

R = 5.88%
G = 3.68%
B = 90.44%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08057B (or 0x08057B) is known color: Navy. HEX triplet: 08, 05 and 7B. RGB value is (8,5,123). Sum of RGB (Red+Green+Blue) = 8+5+123=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 123 (48.44% from 255 or 90.44% from 136); Max value from RGB is 123 - color contains mainly: blue. Hex color #08057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08057B is #F7FA84. Grayscale: #121212. Windows color (decimal): -16251525 or 8062216. OLE color: 8062216.

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

Color convert

RGB 8 5 123 -
CMYK 0.93 0.96 0 0.52
HSL 241.53º 0.92% 0.25% -
HSV(B) 241.53º 0.96% 0.48% -
XYZ 3.73 1.59 18.85 -
YUV 19.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 8 5 123 0.93 0.96 0 0.52 241.53 0.92 0.25
Hex 8 5 7B 5D 60 0 34 F2 5C 19
Octal 10 5 173 135 140 0 64 362 134 31
Binary 1000 101 1111011 1011101 1100000 0 110100 11110010 1011100 11001

Color Harmonies of #08057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08057B

Black with #08057B

Text Example


Text Example

White with #08057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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