Html Css Color HEX #08027B Navy

📋 copy color: '#08027B'

red 8 ◦ green 2 ◦ blue 123

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

Shades of Navy #08027B

Tints of Navy #08027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.5%

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

R = 6.02%
G = 1.5%
B = 92.48%

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

#08027B (or 0x08027B) is known color: Navy. HEX triplet: 08, 02 and 7B. RGB value is (8,2,123). Sum of RGB (Red+Green+Blue) = 8+2+123=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 123 (48.44% from 255 or 92.48% from 133); Max value from RGB is 123 - color contains mainly: blue. Hex color #08027B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08027B is #F7FD84. Grayscale: #111111. Windows color (decimal): -16252293 or 8061448. OLE color: 8061448.

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

Color convert

RGB 8 2 123 -
CMYK 0.93 0.98 0 0.52
HSL 242.98º 0.97% 0.25% -
HSV(B) 242.98º 0.98% 0.48% -
XYZ 3.7 1.53 18.84 -
YUV 17.59 187.49 121.16 -
System Red Green Blue C M Y K H S L
Decimal 8 2 123 0.93 0.98 0 0.52 242.98 0.97 0.25
Hex 8 2 7B 5D 62 0 34 F3 61 19
Octal 10 2 173 135 142 0 64 363 141 31
Binary 1000 10 1111011 1011101 1100010 0 110100 11110011 1100001 11001

Color Harmonies of #08027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08027B

Black with #08027B

Text Example


Text Example

White with #08027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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