Html Css Color HEX #116CDB Navy Blue

📋 copy color: '#116CDB'

red 17 ◦ green 108 ◦ blue 219

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

Shades of Navy Blue #116CDB

Tints of Navy Blue #116CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.66%

R = 4.94%
G = 31.4%
B = 63.66%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#116CDB (or 0x116CDB) is known color: Navy Blue. HEX triplet: 11, 6C and DB. RGB value is (17,108,219). Sum of RGB (Red+Green+Blue) = 17+108+219=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #116CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CDB is #EE9324. Grayscale: #5C5C5C. Windows color (decimal): -15635237 or 14380049. OLE color: 14380049.

HSL color Cylindrical-coordinate representation of color #116CDB: hue angle of 212.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116CDB is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 108 219 -
CMYK 0.92 0.51 0 0.14
HSL 212.97º 0.86% 0.46% -
HSV(B) 212.97º 0.92% 0.86% -
XYZ 18.38 15.96 69.13 -
YUV 93.45 198.85 73.47 -
System Red Green Blue C M Y K H S L
Decimal 17 108 219 0.92 0.51 0 0.14 212.97 0.86 0.46
Hex 11 6C DB 5C 33 0 E D5 56 2E
Octal 21 154 333 134 63 0 16 325 126 56
Binary 10001 1101100 11011011 1011100 110011 0 1110 11010101 1010110 101110

Color Harmonies of #116CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116CDB

Black with #116CDB

Text Example


Text Example

White with #116CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,108,219); }

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

background-color css

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

 a { background-color: rgb(17,108,219); }

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

border-color css

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

 span { border-color: rgb(17,108,219); }

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