#0164D0

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

Shades of Navy Blue #0164D0

Tints of Navy Blue #0164D0

Color information

#0164D0 (or 0x0164D0) is unknown color: approx Navy Blue. HEX triplet: 01, 64 and D0. RGB value is (1,100,208). Sum of RGB (Red+Green+Blue) = 1+100+208=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 208 (81.64% from 255 or 67.31% from 309); Max value from RGB is 208 - color contains mainly: blue. Hex color #0164D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0164D0 is #FE9B2F. Grayscale: #525252. Windows color (decimal): -16685872 or 13657089. OLE color: 13657089.

HSL color Cylindrical-coordinate representation of color #0164D0: hue angle of 211.3º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0164D0 is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1100208-
CMYK1.000.5200.18
HSL211.3º99.04%40.98%-
HSV(B)211.3º99.52%81.57%-
XYZ15.9513.6761.47-
YUV82.71198.769.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 208 (81.64% from 255) = 67.31%
R=0.32%
G=32.36%
B=67.31%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal11002081.000.5200.18211.399.0440.98
Hex164D06434012d36329
Octal11443201446402232314351
Binary11100100110100001100100110100010010110100111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0164D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0164D0; }

 p { color: rgb(1,100,208); }

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

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

 a { background-color: rgb(1,100,208); }

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

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

 span { border-color: rgb(1,100,208); }

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