Html Css Color HEX #106EDC Navy Blue

📋 copy color: '#106EDC'

red 16 ◦ green 110 ◦ blue 220

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

Shades of Navy Blue #106EDC

Tints of Navy Blue #106EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.58%

R = 4.62%
G = 31.79%
B = 63.58%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#106EDC (or 0x106EDC) is known color: Navy Blue. HEX triplet: 10, 6E and DC. RGB value is (16,110,220). Sum of RGB (Red+Green+Blue) = 16+110+220=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #106EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106EDC is #EF9123. Grayscale: #5D5D5D. Windows color (decimal): -15700260 or 14446096. OLE color: 14446096.

HSL color Cylindrical-coordinate representation of color #106EDC: hue angle of 212.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106EDC is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 110 220 -
CMYK 0.93 0.50 0 0.14
HSL 212.35º 0.86% 0.46% -
HSV(B) 212.35º 0.93% 0.86% -
XYZ 18.71 16.43 69.9 -
YUV 94.43 198.86 72.06 -
System Red Green Blue C M Y K H S L
Decimal 16 110 220 0.93 0.50 0 0.14 212.35 0.86 0.46
Hex 10 6E DC 5D 32 0 E D4 56 2E
Octal 20 156 334 135 62 0 16 324 126 56
Binary 10000 1101110 11011100 1011101 110010 0 1110 11010100 1010110 101110

Color Harmonies of #106EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EDC

Black with #106EDC

Text Example


Text Example

White with #106EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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