Html Css Color HEX #1066ED Navy Blue

📋 copy color: '#1066ED'

red 16 ◦ green 102 ◦ blue 237

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

Shades of Navy Blue #1066ED

Tints of Navy Blue #1066ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.76%

R = 4.51%
G = 28.73%
B = 66.76%

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

#1066ED (or 0x1066ED) is known color: Navy Blue. HEX triplet: 10, 66 and ED. RGB value is (16,102,237). Sum of RGB (Red+Green+Blue) = 16+102+237=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #1066ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1066ED is #EF9912. Grayscale: #5B5B5B. Windows color (decimal): -15702291 or 15558160. OLE color: 15558160.

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

Color convert

RGB 16 102 237 -
CMYK 0.93 0.57 0 0.07
HSL 216.65º 0.87% 0.5% -
HSV(B) 216.65º 0.93% 0.93% -
XYZ 20.25 15.73 82.09 -
YUV 91.68 210.01 74.02 -
System Red Green Blue C M Y K H S L
Decimal 16 102 237 0.93 0.57 0 0.07 216.65 0.87 0.5
Hex 10 66 ED 5D 39 0 7 D9 57 32
Octal 20 146 355 135 71 0 7 331 127 62
Binary 10000 1100110 11101101 1011101 111001 0 111 11011001 1010111 110010

Color Harmonies of #1066ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1066ED

Black with #1066ED

Text Example


Text Example

White with #1066ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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