Html Css Color HEX #1066EC Navy Blue

📋 copy color: '#1066EC'

red 16 ◦ green 102 ◦ blue 236

#1066EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #1066EC

Tints of Navy Blue #1066EC

RGB

 RED value IS 16 (6.64% from 255) = 4.52%

 GREEN value IS 102 (40.23% from 255) = 28.81%

 BLUE value IS 236 (92.58% from 255) = 66.67%

R = 4.52%
G = 28.81%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1066EC (or 0x1066EC) is known color: Navy Blue. HEX triplet: 10, 66 and EC. RGB value is (16,102,236). Sum of RGB (Red+Green+Blue) = 16+102+236=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #1066EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1066EC is #EF9913. Grayscale: #5A5A5A. Windows color (decimal): -15702292 or 15492624. OLE color: 15492624.

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

Color convert

RGB 16 102 236 -
CMYK 0.93 0.57 0 0.07
HSL 216.55º 0.87% 0.49% -
HSV(B) 216.55º 0.93% 0.93% -
XYZ 20.11 15.67 81.32 -
YUV 91.56 209.51 74.1 -
System Red Green Blue C M Y K H S L
Decimal 16 102 236 0.93 0.57 0 0.07 216.55 0.87 0.49
Hex 10 66 EC 5D 39 0 7 D9 57 31
Octal 20 146 354 135 71 0 7 331 127 61
Binary 10000 1100110 11101100 1011101 111001 0 111 11011001 1010111 110001

Color Harmonies of #1066EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1066EC

Black with #1066EC

Text Example


Text Example

White with #1066EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1066EC;
 }
 .AnyTagClassName
 {
   color: #1066EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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