#0662D0

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

Shades of Navy Blue #0662D0

Tints of Navy Blue #0662D0

Color information

#0662D0 (or 0x0662D0) is unknown color: approx Navy Blue. HEX triplet: 06, 62 and D0. RGB value is (6,98,208). Sum of RGB (Red+Green+Blue) = 6+98+208=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 208 (81.64% from 255 or 66.67% from 312); Max value from RGB is 208 - color contains mainly: blue. Hex color #0662D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0662D0 is #F99D2F. Grayscale: #525252. Windows color (decimal): -16358704 or 13656582. OLE color: 13656582.

HSL color Cylindrical-coordinate representation of color #0662D0: hue angle of 212.67º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0662D0 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB698208-
CMYK0.970.5300.18
HSL212.67º94.39%41.96%-
HSV(B)212.67º97.12%81.57%-
XYZ15.8313.3361.41-
YUV83.03198.5273.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.92%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 208 (81.64% from 255) = 66.67%
R=1.92%
G=31.41%
B=66.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal6982080.970.5300.18212.6794.3941.96
Hex662D06135012d55e2a
Octal61423201416502232513652
Binary1101100010110100001100001110101010010110101011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0662D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,98,208); }

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

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

 a { background-color: rgb(6,98,208); }

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

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

 span { border-color: rgb(6,98,208); }

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