#08027B

Color #08027B Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #08027B

Tints of Navy #08027B

Color information

#08027B (or 0x08027B) is unknown color: approx 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

RGB82123-
CMYK0.930.9800.52
HSL242.98º96.8%24.51%-
HSV(B)242.98º98.37%48.24%-
XYZ3.71.5318.84-
YUV17.59187.49121.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 123 (48.44% from 255) = 92.48%
R=6.02%
G=1.50%
B=92.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821230.930.9800.52242.9896.824.51
Hex827B5D62034f36119
Octal10217313514206436314131
Binary100010111101110111011100010011010011110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>