Html Css Color HEX #106DCD Navy Blue

📋 copy color: '#106DCD'

red 16 ◦ green 109 ◦ blue 205

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

Shades of Navy Blue #106DCD

Tints of Navy Blue #106DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.03%

 BLUE value IS 205 (80.47% from 255) = 62.12%

R = 4.85%
G = 33.03%
B = 62.12%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#106DCD (or 0x106DCD) is known color: Navy Blue. HEX triplet: 10, 6D and CD. RGB value is (16,109,205). Sum of RGB (Red+Green+Blue) = 16+109+205=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #106DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DCD is #EF9232. Grayscale: #5B5B5B. Windows color (decimal): -15700531 or 13462800. OLE color: 13462800.

HSL color Cylindrical-coordinate representation of color #106DCD: hue angle of 210.48º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106DCD is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 109 205 -
CMYK 0.92 0.47 0 0.20
HSL 210.48º 0.86% 0.43% -
HSV(B) 210.48º 0.92% 0.8% -
XYZ 16.7 15.46 59.86 -
YUV 92.14 191.69 73.69 -
System Red Green Blue C M Y K H S L
Decimal 16 109 205 0.92 0.47 0 0.20 210.48 0.86 0.43
Hex 10 6D CD 5C 2F 0 14 D2 56 2B
Octal 20 155 315 134 57 0 24 322 126 53
Binary 10000 1101101 11001101 1011100 101111 0 10100 11010010 1010110 101011

Color Harmonies of #106DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106DCD

Black with #106DCD

Text Example


Text Example

White with #106DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,109,205); }

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

background-color css

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

 a { background-color: rgb(16,109,205); }

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

border-color css

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

 span { border-color: rgb(16,109,205); }

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