Html Css Color HEX #1066F0 Navy Blue

📋 copy color: '#1066F0'

red 16 ◦ green 102 ◦ blue 240

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

Shades of Navy Blue #1066F0

Tints of Navy Blue #1066F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.04%

R = 4.47%
G = 28.49%
B = 67.04%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1066F0 (or 0x1066F0) is known color: Navy Blue. HEX triplet: 10, 66 and F0. RGB value is (16,102,240). Sum of RGB (Red+Green+Blue) = 16+102+240=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 240 (94.14% from 255 or 67.04% from 358); Max value from RGB is 240 - color contains mainly: blue. Hex color #1066F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1066F0 is #EF990F. Grayscale: #5B5B5B. Windows color (decimal): -15702288 or 15754768. OLE color: 15754768.

HSL color Cylindrical-coordinate representation of color #1066F0: hue angle of 216.96º degrees, saturation: 0.88, 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 #1066F0 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 102 240 -
CMYK 0.93 0.58 0 0.06
HSL 216.96º 0.88% 0.5% -
HSV(B) 216.96º 0.93% 0.94% -
XYZ 20.69 15.9 84.42 -
YUV 92.02 211.51 73.78 -
System Red Green Blue C M Y K H S L
Decimal 16 102 240 0.93 0.58 0 0.06 216.96 0.88 0.5
Hex 10 66 F0 5D 3A 0 6 D9 58 32
Octal 20 146 360 135 72 0 6 331 130 62
Binary 10000 1100110 11110000 1011101 111010 0 110 11011001 1011000 110010

Color Harmonies of #1066F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1066F0

Black with #1066F0

Text Example


Text Example

White with #1066F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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