Html Css Color HEX #106CCC Navy Blue

📋 copy color: '#106CCC'

red 16 ◦ green 108 ◦ blue 204

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

Shades of Navy Blue #106CCC

Tints of Navy Blue #106CCC

RGB

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

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

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

R = 4.88%
G = 32.93%
B = 62.2%

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

#106CCC (or 0x106CCC) is known color: Navy Blue. HEX triplet: 10, 6C and CC. RGB value is (16,108,204). Sum of RGB (Red+Green+Blue) = 16+108+204=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #106CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CCC is #EF9333. Grayscale: #5A5A5A. Windows color (decimal): -15700788 or 13397008. OLE color: 13397008.

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

Color convert

RGB 16 108 204 -
CMYK 0.92 0.47 0 0.2
HSL 210.64º 0.85% 0.43% -
HSV(B) 210.64º 0.92% 0.8% -
XYZ 16.48 15.19 59.19 -
YUV 91.44 191.52 74.19 -
System Red Green Blue C M Y K H S L
Decimal 16 108 204 0.92 0.47 0 0.2 210.64 0.85 0.43
Hex 10 6C CC 5C 2F 0 14 D3 55 2B
Octal 20 154 314 134 57 0 24 323 125 53
Binary 10000 1101100 11001100 1011100 101111 0 10100 11010011 1010101 101011

Color Harmonies of #106CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106CCC

Black with #106CCC

Text Example


Text Example

White with #106CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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