Html Css Color HEX #116ACB Navy Blue

📋 copy color: '#116ACB'

red 17 ◦ green 106 ◦ blue 203

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

Shades of Navy Blue #116ACB

Tints of Navy Blue #116ACB

RGB

 RED value IS 17 (7.03% from 255) = 5.21%

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

 BLUE value IS 203 (79.69% from 255) = 62.27%

R = 5.21%
G = 32.52%
B = 62.27%

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

#116ACB (or 0x116ACB) is known color: Navy Blue. HEX triplet: 11, 6A and CB. RGB value is (17,106,203). Sum of RGB (Red+Green+Blue) = 17+106+203=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #116ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116ACB is #EE9534. Grayscale: #595959. Windows color (decimal): -15635765 or 13330961. OLE color: 13330961.

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

Color convert

RGB 17 106 203 -
CMYK 0.92 0.48 0 0.20
HSL 211.29º 0.85% 0.43% -
HSV(B) 211.29º 0.92% 0.8% -
XYZ 16.16 14.74 58.49 -
YUV 90.45 191.51 75.61 -
System Red Green Blue C M Y K H S L
Decimal 17 106 203 0.92 0.48 0 0.20 211.29 0.85 0.43
Hex 11 6A CB 5C 30 0 14 D3 55 2B
Octal 21 152 313 134 60 0 24 323 125 53
Binary 10001 1101010 11001011 1011100 110000 0 10100 11010011 1010101 101011

Color Harmonies of #116ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116ACB

Black with #116ACB

Text Example


Text Example

White with #116ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116ACB; }

 p { color: rgb(17,106,203); }

 H1.HeaderClassName
 {
   color: #116ACB;
 }
 .AnyTagClassName
 {
   color: #116ACB;
 }
</style>

background-color css

<style>
 a { background-color: #116ACB; }

 a { background-color: rgb(17,106,203); }

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

border-color css

<style>
 span { border-color: #116ACB; }

 span { border-color: rgb(17,106,203); }

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