Html Css Color HEX #116CDA Navy Blue

📋 copy color: '#116CDA'

red 17 ◦ green 108 ◦ blue 218

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

Shades of Navy Blue #116CDA

Tints of Navy Blue #116CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.56%

R = 4.96%
G = 31.49%
B = 63.56%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#116CDA (or 0x116CDA) is known color: Navy Blue. HEX triplet: 11, 6C and DA. RGB value is (17,108,218). Sum of RGB (Red+Green+Blue) = 17+108+218=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #116CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CDA is #EE9325. Grayscale: #5C5C5C. Windows color (decimal): -15635238 or 14314513. OLE color: 14314513.

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

Color convert

RGB 17 108 218 -
CMYK 0.92 0.50 0 0.15
HSL 212.84º 0.86% 0.46% -
HSV(B) 212.84º 0.92% 0.85% -
XYZ 18.25 15.91 68.44 -
YUV 93.33 198.35 73.56 -
System Red Green Blue C M Y K H S L
Decimal 17 108 218 0.92 0.50 0 0.15 212.84 0.86 0.46
Hex 11 6C DA 5C 32 0 F D5 56 2E
Octal 21 154 332 134 62 0 17 325 126 56
Binary 10001 1101100 11011010 1011100 110010 0 1111 11010101 1010110 101110

Color Harmonies of #116CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116CDA

Black with #116CDA

Text Example


Text Example

White with #116CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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