#00087B

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

Shades of Navy #00087B

Tints of Navy #00087B

Color information

#00087B (or 0x00087B) is unknown color: approx Navy. HEX triplet: 00, 08 and 7B. RGB value is (0,8,123). Sum of RGB (Red+Green+Blue) = 0+8+123=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 123 (48.44% from 255 or 93.89% from 131); Max value from RGB is 123 - color contains mainly: blue. Hex color #00087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00087B is #FFF784. Grayscale: #121212. Windows color (decimal): -16775045 or 8062976. OLE color: 8062976.

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

Color convert

RGB08123-
CMYK10.9300.52
HSL236.1º100%24.12%-
HSV(B)236.1º100%48.24%-
XYZ3.661.618.86-
YUV18.72186.85114.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 123 (48.44% from 255) = 93.89%
R=0%
G=6.11%
B=93.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal0812310.9300.52236.110024.12
Hex087B645D034ec6418
Octal01017314413506435414430
Binary01000111101111001001011101011010011101100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00087B;
 }
 .AnyTagClassName
 {
   color: #00087B;
 }
</style>
background-color css

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

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

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

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

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

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