#1066EF

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

Shades of Navy Blue #1066EF

Tints of Navy Blue #1066EF

Color information

#1066EF (or 0x1066EF) is unknown color: approx Navy Blue. HEX triplet: 10, 66 and EF. RGB value is (16,102,239). Sum of RGB (Red+Green+Blue) = 16+102+239=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #1066EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1066EF is #EF9910. Grayscale: #5B5B5B. Windows color (decimal): -15702289 or 15689232. OLE color: 15689232.

HSL color Cylindrical-coordinate representation of color #1066EF: hue angle of 216.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1066EF is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16102239-
CMYK0.930.5700.06
HSL216.86º87.45%50%-
HSV(B)216.86º93.31%93.73%-
XYZ20.5515.8483.64-
YUV91.9211.0173.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.48%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 239 (93.75% from 255) = 66.95%
R=4.48%
G=28.57%
B=66.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal161022390.930.5700.06216.8687.4550
Hex1066EF5D3906d95732
Octal20146357135710633112762
Binary1000011001101110111110111011110010110110110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1066EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1066EF; }

 p { color: rgb(16,102,239); }

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

<style>
 a { background-color: #1066EF; }

 a { background-color: rgb(16,102,239); }

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

<style>
 span { border-color: #1066EF; }

 span { border-color: rgb(16,102,239); }

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