Html Css Color HEX #106ADE Navy Blue

📋 copy color: '#106ADE'

red 16 ◦ green 106 ◦ blue 222

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

Shades of Navy Blue #106ADE

Tints of Navy Blue #106ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.81%

 BLUE value IS 222 (87.11% from 255) = 64.53%

R = 4.65%
G = 30.81%
B = 64.53%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#106ADE (or 0x106ADE) is known color: Navy Blue. HEX triplet: 10, 6A and DE. RGB value is (16,106,222). Sum of RGB (Red+Green+Blue) = 16+106+222=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #106ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106ADE is #EF9521. Grayscale: #5B5B5B. Windows color (decimal): -15701282 or 14576144. OLE color: 14576144.

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

Color convert

RGB 16 106 222 -
CMYK 0.93 0.52 0 0.13
HSL 213.79º 0.87% 0.47% -
HSV(B) 213.79º 0.93% 0.87% -
XYZ 18.55 15.69 71.16 -
YUV 92.31 201.18 73.57 -
System Red Green Blue C M Y K H S L
Decimal 16 106 222 0.93 0.52 0 0.13 213.79 0.87 0.47
Hex 10 6A DE 5D 34 0 D D6 57 2F
Octal 20 152 336 135 64 0 15 326 127 57
Binary 10000 1101010 11011110 1011101 110100 0 1101 11010110 1010111 101111

Color Harmonies of #106ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106ADE

Black with #106ADE

Text Example


Text Example

White with #106ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,106,222); }

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

background-color css

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

 a { background-color: rgb(16,106,222); }

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

border-color css

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

 span { border-color: rgb(16,106,222); }

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