Html Css Color HEX #106ACD Navy Blue

📋 copy color: '#106ACD'

red 16 ◦ green 106 ◦ blue 205

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

Shades of Navy Blue #106ACD

Tints of Navy Blue #106ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.69%

R = 4.89%
G = 32.42%
B = 62.69%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#106ACD (or 0x106ACD) is known color: Navy Blue. HEX triplet: 10, 6A and CD. RGB value is (16,106,205). Sum of RGB (Red+Green+Blue) = 16+106+205=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #106ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106ACD is #EF9532. Grayscale: #595959. Windows color (decimal): -15701299 or 13462032. OLE color: 13462032.

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

Color convert

RGB 16 106 205 -
CMYK 0.92 0.48 0 0.20
HSL 211.43º 0.86% 0.43% -
HSV(B) 211.43º 0.92% 0.8% -
XYZ 16.39 14.83 59.76 -
YUV 90.38 192.68 74.95 -
System Red Green Blue C M Y K H S L
Decimal 16 106 205 0.92 0.48 0 0.20 211.43 0.86 0.43
Hex 10 6A CD 5C 30 0 14 D3 56 2B
Octal 20 152 315 134 60 0 24 323 126 53
Binary 10000 1101010 11001101 1011100 110000 0 10100 11010011 1010110 101011

Color Harmonies of #106ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106ACD

Black with #106ACD

Text Example


Text Example

White with #106ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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