Html Css Color HEX #106CC8 Navy Blue

📋 copy color: '#106CC8'

red 16 ◦ green 108 ◦ blue 200

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

Shades of Navy Blue #106CC8

Tints of Navy Blue #106CC8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.33%

 BLUE value IS 200 (78.52% from 255) = 61.73%

R = 4.94%
G = 33.33%
B = 61.73%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#106CC8 (or 0x106CC8) is known color: Navy Blue. HEX triplet: 10, 6C and C8. RGB value is (16,108,200). Sum of RGB (Red+Green+Blue) = 16+108+200=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 200 (78.52% from 255 or 61.73% from 324); Max value from RGB is 200 - color contains mainly: blue. Hex color #106CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CC8 is #EF9337. Grayscale: #5A5A5A. Windows color (decimal): -15700792 or 13134864. OLE color: 13134864.

HSL color Cylindrical-coordinate representation of color #106CC8: hue angle of 210º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106CC8 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 108 200 -
CMYK 0.92 0.46 0 0.22
HSL 210º 0.85% 0.42% -
HSV(B) 210º 0.92% 0.78% -
XYZ 16 15.01 56.7 -
YUV 90.98 189.52 74.52 -
System Red Green Blue C M Y K H S L
Decimal 16 108 200 0.92 0.46 0 0.22 210 0.85 0.42
Hex 10 6C C8 5C 2E 0 16 D2 55 2A
Octal 20 154 310 134 56 0 26 322 125 52
Binary 10000 1101100 11001000 1011100 101110 0 10110 11010010 1010101 101010

Color Harmonies of #106CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106CC8

Black with #106CC8

Text Example


Text Example

White with #106CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,108,200); }

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

background-color css

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

 a { background-color: rgb(16,108,200); }

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

border-color css

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

 span { border-color: rgb(16,108,200); }

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