Html Css Color HEX #106EEB Navy Blue

📋 copy color: '#106EEB'

red 16 ◦ green 110 ◦ blue 235

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

Shades of Navy Blue #106EEB

Tints of Navy Blue #106EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.1%

R = 4.43%
G = 30.47%
B = 65.1%

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

#106EEB (or 0x106EEB) is known color: Navy Blue. HEX triplet: 10, 6E and EB. RGB value is (16,110,235). Sum of RGB (Red+Green+Blue) = 16+110+235=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #106EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106EEB is #EF9114. Grayscale: #5F5F5F. Windows color (decimal): -15700245 or 15429136. OLE color: 15429136.

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

Color convert

RGB 16 110 235 -
CMYK 0.93 0.53 0 0.08
HSL 214.25º 0.87% 0.49% -
HSV(B) 214.25º 0.93% 0.92% -
XYZ 20.79 17.26 80.83 -
YUV 96.14 206.36 70.84 -
System Red Green Blue C M Y K H S L
Decimal 16 110 235 0.93 0.53 0 0.08 214.25 0.87 0.49
Hex 10 6E EB 5D 35 0 8 D6 57 31
Octal 20 156 353 135 65 0 10 326 127 61
Binary 10000 1101110 11101011 1011101 110101 0 1000 11010110 1010111 110001

Color Harmonies of #106EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EEB

Black with #106EEB

Text Example


Text Example

White with #106EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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