#0162C8

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

Shades of Navy Blue #0162C8

Tints of Navy Blue #0162C8

Color information

#0162C8 (or 0x0162C8) is unknown color: approx Navy Blue. HEX triplet: 01, 62 and C8. RGB value is (1,98,200). Sum of RGB (Red+Green+Blue) = 1+98+200=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 200 (78.52% from 255 or 66.89% from 299); Max value from RGB is 200 - color contains mainly: blue. Hex color #0162C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0162C8 is #FE9D37. Grayscale: #505050. Windows color (decimal): -16686392 or 13132289. OLE color: 13132289.

HSL color Cylindrical-coordinate representation of color #0162C8: hue angle of 210.75º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0162C8 is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB198200-
CMYK1.000.5100.22
HSL210.75º99%39.41%-
HSV(B)210.75º99.5%78.43%-
XYZ14.8112.9156.36-
YUV80.62195.3671.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 200 (78.52% from 255) = 66.89%
R=0.33%
G=32.78%
B=66.89%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982001.000.5100.22210.759939.41
Hex162C86433016d36327
Octal11423101446302632314347
Binary11100010110010001100100110011010110110100111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0162C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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