Html Css Color HEX #106EE5 Navy Blue

📋 copy color: '#106EE5'

red 16 ◦ green 110 ◦ blue 229

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

Shades of Navy Blue #106EE5

Tints of Navy Blue #106EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 64.51%

R = 4.51%
G = 30.99%
B = 64.51%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#106EE5 (or 0x106EE5) is known color: Navy Blue. HEX triplet: 10, 6E and E5. RGB value is (16,110,229). Sum of RGB (Red+Green+Blue) = 16+110+229=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 229 (89.84% from 255 or 64.51% from 355); Max value from RGB is 229 - color contains mainly: blue. Hex color #106EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106EE5 is #EF911A. Grayscale: #5E5E5E. Windows color (decimal): -15700251 or 15035920. OLE color: 15035920.

HSL color Cylindrical-coordinate representation of color #106EE5: hue angle of 213.52º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106EE5 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 16 110 229 -
CMYK 0.93 0.52 0 0.10
HSL 213.52º 0.87% 0.48% -
HSV(B) 213.52º 0.93% 0.9% -
XYZ 19.93 16.92 76.34 -
YUV 95.46 203.36 71.32 -
System Red Green Blue C M Y K H S L
Decimal 16 110 229 0.93 0.52 0 0.10 213.52 0.87 0.48
Hex 10 6E E5 5D 34 0 A D6 57 30
Octal 20 156 345 135 64 0 12 326 127 60
Binary 10000 1101110 11100101 1011101 110100 0 1010 11010110 1010111 110000

Color Harmonies of #106EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EE5

Black with #106EE5

Text Example


Text Example

White with #106EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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