Html Css Color HEX #106DCC Navy Blue

📋 copy color: '#106DCC'

red 16 ◦ green 109 ◦ blue 204

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

Shades of Navy Blue #106DCC

Tints of Navy Blue #106DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.01%

R = 4.86%
G = 33.13%
B = 62.01%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#106DCC (or 0x106DCC) is known color: Navy Blue. HEX triplet: 10, 6D and CC. RGB value is (16,109,204). Sum of RGB (Red+Green+Blue) = 16+109+204=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #106DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DCC is #EF9233. Grayscale: #5B5B5B. Windows color (decimal): -15700532 or 13397264. OLE color: 13397264.

HSL color Cylindrical-coordinate representation of color #106DCC: hue angle of 210.32º degrees, saturation: 0.85, 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 #106DCC is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 109 204 -
CMYK 0.92 0.47 0 0.2
HSL 210.32º 0.85% 0.43% -
HSV(B) 210.32º 0.92% 0.8% -
XYZ 16.58 15.41 59.23 -
YUV 92.02 191.19 73.78 -
System Red Green Blue C M Y K H S L
Decimal 16 109 204 0.92 0.47 0 0.2 210.32 0.85 0.43
Hex 10 6D CC 5C 2F 0 14 D2 55 2B
Octal 20 155 314 134 57 0 24 322 125 53
Binary 10000 1101101 11001100 1011100 101111 0 10100 11010010 1010101 101011

Color Harmonies of #106DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106DCC

Black with #106DCC

Text Example


Text Example

White with #106DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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