Html Css Color HEX #106EEA Navy Blue

📋 copy color: '#106EEA'

red 16 ◦ green 110 ◦ blue 234

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

Shades of Navy Blue #106EEA

Tints of Navy Blue #106EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65%

R = 4.44%
G = 30.56%
B = 65%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#106EEA (or 0x106EEA) is known color: Navy Blue. HEX triplet: 10, 6E and EA. RGB value is (16,110,234). Sum of RGB (Red+Green+Blue) = 16+110+234=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #106EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106EEA is #EF9115. Grayscale: #5F5F5F. Windows color (decimal): -15700246 or 15363600. OLE color: 15363600.

HSL color Cylindrical-coordinate representation of color #106EEA: hue angle of 214.13º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106EEA is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 110 234 -
CMYK 0.93 0.53 0 0.08
HSL 214.13º 0.87% 0.49% -
HSV(B) 214.13º 0.93% 0.92% -
XYZ 20.64 17.2 80.07 -
YUV 96.03 205.86 70.92 -
System Red Green Blue C M Y K H S L
Decimal 16 110 234 0.93 0.53 0 0.08 214.13 0.87 0.49
Hex 10 6E EA 5D 35 0 8 D6 57 31
Octal 20 156 352 135 65 0 10 326 127 61
Binary 10000 1101110 11101010 1011101 110101 0 1000 11010110 1010111 110001

Color Harmonies of #106EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EEA

Black with #106EEA

Text Example


Text Example

White with #106EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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