#0663CE

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

Shades of Navy Blue #0663CE

Tints of Navy Blue #0663CE

Color information

#0663CE (or 0x0663CE) is unknown color: approx Navy Blue. HEX triplet: 06, 63 and CE. RGB value is (6,99,206). Sum of RGB (Red+Green+Blue) = 6+99+206=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #0663CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0663CE is #F99C31. Grayscale: #525252. Windows color (decimal): -16358450 or 13525766. OLE color: 13525766.

HSL color Cylindrical-coordinate representation of color #0663CE: hue angle of 212.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0663CE is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB699206-
CMYK0.970.5200.19
HSL212.1º94.34%41.57%-
HSV(B)212.1º97.09%80.78%-
XYZ15.6813.4260.16-
YUV83.39197.1972.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.93%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 206 (80.86% from 255) = 66.24%
R=1.93%
G=31.83%
B=66.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal6992060.970.5200.19212.194.3441.57
Hex663CE6134013d45e2a
Octal61433161416402332413652
Binary1101100011110011101100001110100010011110101001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0663CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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