Html Css Color HEX #115DDD Navy Blue

📋 copy color: '#115DDD'

red 17 ◦ green 93 ◦ blue 221

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

Shades of Navy Blue #115DDD

Tints of Navy Blue #115DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 5.14%
G = 28.1%
B = 66.77%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#115DDD (or 0x115DDD) is known color: Navy Blue. HEX triplet: 11, 5D and DD. RGB value is (17,93,221). Sum of RGB (Red+Green+Blue) = 17+93+221=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #115DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DDD is #EEA222. Grayscale: #545454. Windows color (decimal): -15639075 or 14507281. OLE color: 14507281.

HSL color Cylindrical-coordinate representation of color #115DDD: hue angle of 217.65º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115DDD is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 93 221 -
CMYK 0.92 0.58 0 0.13
HSL 217.65º 0.86% 0.47% -
HSV(B) 217.65º 0.92% 0.87% -
XYZ 17.2 13.17 70.04 -
YUV 84.87 204.82 79.59 -
System Red Green Blue C M Y K H S L
Decimal 17 93 221 0.92 0.58 0 0.13 217.65 0.86 0.47
Hex 11 5D DD 5C 3A 0 D DA 56 2F
Octal 21 135 335 134 72 0 15 332 126 57
Binary 10001 1011101 11011101 1011100 111010 0 1101 11011010 1010110 101111

Color Harmonies of #115DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DDD

Black with #115DDD

Text Example


Text Example

White with #115DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115DDD; }

 p { color: rgb(17,93,221); }

 H1.HeaderClassName
 {
   color: #115DDD;
 }
 .AnyTagClassName
 {
   color: #115DDD;
 }
</style>

background-color css

<style>
 a { background-color: #115DDD; }

 a { background-color: rgb(17,93,221); }

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

border-color css

<style>
 span { border-color: #115DDD; }

 span { border-color: rgb(17,93,221); }

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