Html Css Color HEX #106ACC Navy Blue

📋 copy color: '#106ACC'

red 16 ◦ green 106 ◦ blue 204

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

Shades of Navy Blue #106ACC

Tints of Navy Blue #106ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.52%

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

R = 4.91%
G = 32.52%
B = 62.58%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#106ACC (or 0x106ACC) is known color: Navy Blue. HEX triplet: 10, 6A and CC. RGB value is (16,106,204). Sum of RGB (Red+Green+Blue) = 16+106+204=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #106ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106ACC is #EF9533. Grayscale: #595959. Windows color (decimal): -15701300 or 13396496. OLE color: 13396496.

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

Color convert

RGB 16 106 204 -
CMYK 0.92 0.48 0 0.2
HSL 211.28º 0.85% 0.43% -
HSV(B) 211.28º 0.92% 0.8% -
XYZ 16.27 14.78 59.12 -
YUV 90.26 192.18 75.03 -
System Red Green Blue C M Y K H S L
Decimal 16 106 204 0.92 0.48 0 0.2 211.28 0.85 0.43
Hex 10 6A CC 5C 30 0 14 D3 55 2B
Octal 20 152 314 134 60 0 24 323 125 53
Binary 10000 1101010 11001100 1011100 110000 0 10100 11010011 1010101 101011

Color Harmonies of #106ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106ACC

Black with #106ACC

Text Example


Text Example

White with #106ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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