Html Css Color HEX #106EED Navy Blue

📋 copy color: '#106EED'

red 16 ◦ green 110 ◦ blue 237

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

Shades of Navy Blue #106EED

Tints of Navy Blue #106EED

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.3%

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

R = 4.41%
G = 30.3%
B = 65.29%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#106EED (or 0x106EED) is known color: Navy Blue. HEX triplet: 10, 6E and ED. RGB value is (16,110,237). Sum of RGB (Red+Green+Blue) = 16+110+237=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #106EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106EED is #EF9112. Grayscale: #5F5F5F. Windows color (decimal): -15700243 or 15560208. OLE color: 15560208.

HSL color Cylindrical-coordinate representation of color #106EED: hue angle of 214.48º 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 #106EED is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 110 237 -
CMYK 0.93 0.54 0 0.07
HSL 214.48º 0.87% 0.5% -
HSV(B) 214.48º 0.93% 0.93% -
XYZ 21.08 17.38 82.36 -
YUV 96.37 207.36 70.67 -
System Red Green Blue C M Y K H S L
Decimal 16 110 237 0.93 0.54 0 0.07 214.48 0.87 0.5
Hex 10 6E ED 5D 36 0 7 D6 57 32
Octal 20 156 355 135 66 0 7 326 127 62
Binary 10000 1101110 11101101 1011101 110110 0 111 11010110 1010111 110010

Color Harmonies of #106EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EED

Black with #106EED

Text Example


Text Example

White with #106EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106EED; }

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

 H1.HeaderClassName
 {
   color: #106EED;
 }
 .AnyTagClassName
 {
   color: #106EED;
 }
</style>

background-color css

<style>
 a { background-color: #106EED; }

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

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

border-color css

<style>
 span { border-color: #106EED; }

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

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