#0663D2

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

Shades of Navy Blue #0663D2

Tints of Navy Blue #0663D2

Color information

#0663D2 (or 0x0663D2) is unknown color: approx Navy Blue. HEX triplet: 06, 63 and D2. RGB value is (6,99,210). Sum of RGB (Red+Green+Blue) = 6+99+210=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 210 (82.42% from 255 or 66.67% from 315); Max value from RGB is 210 - color contains mainly: blue. Hex color #0663D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0663D2 is #F99C2D. Grayscale: #535353. Windows color (decimal): -16358446 or 13787910. OLE color: 13787910.

HSL color Cylindrical-coordinate representation of color #0663D2: hue angle of 212.65º 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 #0663D2 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB699210-
CMYK0.970.5300.18
HSL212.65º94.44%42.35%-
HSV(B)212.65º97.14%82.35%-
XYZ16.1713.6262.75-
YUV83.85199.1972.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.90%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 210 (82.42% from 255) = 66.67%
R=1.90%
G=31.43%
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
Decimal6992100.970.5300.18212.6594.4442.35
Hex663D26135012d55e2a
Octal61433221416502232513652
Binary1101100011110100101100001110101010010110101011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0663D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0663D2; }

 p { color: rgb(6,99,210); }

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

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

 a { background-color: rgb(6,99,210); }

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

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

 span { border-color: rgb(6,99,210); }

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