#066DDE

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

Shades of Navy Blue #066DDE

Tints of Navy Blue #066DDE

Color information

#066DDE (or 0x066DDE) is unknown color: approx Navy Blue. HEX triplet: 06, 6D and DE. RGB value is (6,109,222). Sum of RGB (Red+Green+Blue) = 6+109+222=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #066DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DDE is #F99221. Grayscale: #5A5A5A. Windows color (decimal): -16355874 or 14576902. OLE color: 14576902.

HSL color Cylindrical-coordinate representation of color #066DDE: hue angle of 211.39º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DDE is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6109222-
CMYK0.970.5100.13
HSL211.39º94.74%44.71%-
HSV(B)211.39º97.3%87.06%-
XYZ18.7316.2571.26-
YUV91.08201.8867.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.78%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 222 (87.11% from 255) = 65.88%
R=1.78%
G=32.34%
B=65.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61092220.970.5100.13211.3994.7444.71
Hex66DDE61330Dd35f2d
Octal61553361416301532313755
Binary110110110111011110110000111001101101110100111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066DDE; }

 p { color: rgb(6,109,222); }

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

<style>
 a { background-color: #066DDE; }

 a { background-color: rgb(6,109,222); }

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

<style>
 span { border-color: #066DDE; }

 span { border-color: rgb(6,109,222); }

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