Html Css Color HEX #115CDD Navy Blue

📋 copy color: '#115CDD'

red 17 ◦ green 92 ◦ blue 221

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

Shades of Navy Blue #115CDD

Tints of Navy Blue #115CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

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

R = 5.15%
G = 27.88%
B = 66.97%

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

#115CDD (or 0x115CDD) is known color: Navy Blue. HEX triplet: 11, 5C and DD. RGB value is (17,92,221). Sum of RGB (Red+Green+Blue) = 17+92+221=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #115CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CDD is #EEA322. Grayscale: #535353. Windows color (decimal): -15639331 or 14507025. OLE color: 14507025.

HSL color Cylindrical-coordinate representation of color #115CDD: hue angle of 217.94º 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 #115CDD is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 92 221 -
CMYK 0.92 0.58 0 0.13
HSL 217.94º 0.86% 0.47% -
HSV(B) 217.94º 0.92% 0.87% -
XYZ 17.11 12.99 70.01 -
YUV 84.28 205.15 80.01 -
System Red Green Blue C M Y K H S L
Decimal 17 92 221 0.92 0.58 0 0.13 217.94 0.86 0.47
Hex 11 5C DD 5C 3A 0 D DA 56 2F
Octal 21 134 335 134 72 0 15 332 126 57
Binary 10001 1011100 11011101 1011100 111010 0 1101 11011010 1010110 101111

Color Harmonies of #115CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CDD

Black with #115CDD

Text Example


Text Example

White with #115CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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