Html Css Color HEX #106FCE Navy Blue

📋 copy color: '#106FCE'

red 16 ◦ green 111 ◦ blue 206

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

Shades of Navy Blue #106FCE

Tints of Navy Blue #106FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.33%

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

R = 4.8%
G = 33.33%
B = 61.86%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#106FCE (or 0x106FCE) is known color: Navy Blue. HEX triplet: 10, 6F and CE. RGB value is (16,111,206). Sum of RGB (Red+Green+Blue) = 16+111+206=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #106FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106FCE is #EF9031. Grayscale: #5C5C5C. Windows color (decimal): -15700018 or 13528848. OLE color: 13528848.

HSL color Cylindrical-coordinate representation of color #106FCE: hue angle of 210º 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 #106FCE is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 111 206 -
CMYK 0.92 0.46 0 0.19
HSL 210º 0.86% 0.44% -
HSV(B) 210º 0.92% 0.81% -
XYZ 17.04 15.94 60.57 -
YUV 93.43 191.53 72.78 -
System Red Green Blue C M Y K H S L
Decimal 16 111 206 0.92 0.46 0 0.19 210 0.86 0.44
Hex 10 6F CE 5C 2E 0 13 D2 56 2C
Octal 20 157 316 134 56 0 23 322 126 54
Binary 10000 1101111 11001110 1011100 101110 0 10011 11010010 1010110 101100

Color Harmonies of #106FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106FCE

Black with #106FCE

Text Example


Text Example

White with #106FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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