Html Css Color HEX #106DCE Navy Blue

📋 copy color: '#106DCE'

red 16 ◦ green 109 ◦ blue 206

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

Shades of Navy Blue #106DCE

Tints of Navy Blue #106DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 4.83%
G = 32.93%
B = 62.24%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#106DCE (or 0x106DCE) is known color: Navy Blue. HEX triplet: 10, 6D and CE. RGB value is (16,109,206). Sum of RGB (Red+Green+Blue) = 16+109+206=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #106DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DCE is #EF9231. Grayscale: #5B5B5B. Windows color (decimal): -15700530 or 13528336. OLE color: 13528336.

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

Color convert

RGB 16 109 206 -
CMYK 0.92 0.47 0 0.19
HSL 210.63º 0.86% 0.44% -
HSV(B) 210.63º 0.92% 0.81% -
XYZ 16.82 15.5 60.5 -
YUV 92.25 192.19 73.61 -
System Red Green Blue C M Y K H S L
Decimal 16 109 206 0.92 0.47 0 0.19 210.63 0.86 0.44
Hex 10 6D CE 5C 2F 0 13 D3 56 2C
Octal 20 155 316 134 57 0 23 323 126 54
Binary 10000 1101101 11001110 1011100 101111 0 10011 11010011 1010110 101100

Color Harmonies of #106DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106DCE

Black with #106DCE

Text Example


Text Example

White with #106DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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