Html Css Color HEX #106BC9 Navy Blue

📋 copy color: '#106BC9'

red 16 ◦ green 107 ◦ blue 201

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

Shades of Navy Blue #106BC9

Tints of Navy Blue #106BC9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.02%

 BLUE value IS 201 (78.91% from 255) = 62.04%

R = 4.94%
G = 33.02%
B = 62.04%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#106BC9 (or 0x106BC9) is known color: Navy Blue. HEX triplet: 10, 6B and C9. RGB value is (16,107,201). Sum of RGB (Red+Green+Blue) = 16+107+201=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 201 (78.91% from 255 or 62.04% from 324); Max value from RGB is 201 - color contains mainly: blue. Hex color #106BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106BC9 is #EF9436. Grayscale: #5A5A5A. Windows color (decimal): -15701047 or 13200144. OLE color: 13200144.

HSL color Cylindrical-coordinate representation of color #106BC9: hue angle of 210.49º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106BC9 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 107 201 -
CMYK 0.92 0.47 0 0.21
HSL 210.49º 0.85% 0.43% -
HSV(B) 210.49º 0.92% 0.79% -
XYZ 16.01 14.84 57.28 -
YUV 90.51 190.35 74.86 -
System Red Green Blue C M Y K H S L
Decimal 16 107 201 0.92 0.47 0 0.21 210.49 0.85 0.43
Hex 10 6B C9 5C 2F 0 15 D2 55 2B
Octal 20 153 311 134 57 0 25 322 125 53
Binary 10000 1101011 11001001 1011100 101111 0 10101 11010010 1010101 101011

Color Harmonies of #106BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106BC9

Black with #106BC9

Text Example


Text Example

White with #106BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,107,201); }

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

background-color css

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

 a { background-color: rgb(16,107,201); }

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

border-color css

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

 span { border-color: rgb(16,107,201); }

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