#0162DE

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

Shades of Navy Blue #0162DE

Tints of Navy Blue #0162DE

Color information

#0162DE (or 0x0162DE) is unknown color: approx Navy Blue. HEX triplet: 01, 62 and DE. RGB value is (1,98,222). Sum of RGB (Red+Green+Blue) = 1+98+222=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #0162DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0162DE is #FE9D21. Grayscale: #525252. Windows color (decimal): -16686370 or 14574081. OLE color: 14574081.

HSL color Cylindrical-coordinate representation of color #0162DE: hue angle of 213.67º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0162DE is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198222-
CMYK1.000.5600.13
HSL213.67º99.1%43.73%-
HSV(B)213.67º99.55%87.06%-
XYZ17.5714.0270.89-
YUV83.13206.3669.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 222 (87.11% from 255) = 69.16%
R=0.31%
G=30.53%
B=69.16%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982221.000.5600.13213.6799.143.73
Hex162DE64380Dd6632c
Octal11423361447001532614354
Binary1110001011011110110010011100001101110101101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0162DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0162DE; }

 p { color: rgb(1,98,222); }

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

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

 a { background-color: rgb(1,98,222); }

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

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

 span { border-color: rgb(1,98,222); }

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