#000862

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

Shades of Navy #000862

Tints of Navy #000862

Color information

#000862 (or 0x000862) is unknown color: approx Navy. HEX triplet: 00, 08 and 62. RGB value is (0,8,98). Sum of RGB (Red+Green+Blue) = 0+8+98=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 98 (38.67% from 255 or 92.45% from 106); Max value from RGB is 98 - color contains mainly: blue. Hex color #000862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000862 is #FFF79D. Grayscale: #0F0F0F. Windows color (decimal): -16775070 or 6424576. OLE color: 6424576.

HSL color Cylindrical-coordinate representation of color #000862: hue angle of 235.1º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000862 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB0898-
CMYK10.9200.62
HSL235.1º100%19.22%-
HSV(B)235.1º100%38.43%-
XYZ2.291.0611.64-
YUV15.87174.35116.68-

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) = 7.55%
BLUE value IS 98 (38.67% from 255) = 92.45%
R=0%
G=7.55%
B=92.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal089810.9200.62235.110019.22
Hex0862645C03Eeb6413
Octal01014214413407635314423
Binary01000110001011001001011100011111011101011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000862; }

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

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

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

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

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

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

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

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