Html Css Color HEX #115FDD Navy Blue

📋 copy color: '#115FDD'

red 17 ◦ green 95 ◦ blue 221

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

Shades of Navy Blue #115FDD

Tints of Navy Blue #115FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

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

R = 5.11%
G = 28.53%
B = 66.37%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#115FDD (or 0x115FDD) is known color: Navy Blue. HEX triplet: 11, 5F and DD. RGB value is (17,95,221). Sum of RGB (Red+Green+Blue) = 17+95+221=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #115FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FDD is #EEA022. Grayscale: #555555. Windows color (decimal): -15638563 or 14507793. OLE color: 14507793.

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

Color convert

RGB 17 95 221 -
CMYK 0.92 0.57 0 0.13
HSL 217.06º 0.86% 0.47% -
HSV(B) 217.06º 0.92% 0.87% -
XYZ 17.37 13.52 70.1 -
YUV 86.04 204.16 78.75 -
System Red Green Blue C M Y K H S L
Decimal 17 95 221 0.92 0.57 0 0.13 217.06 0.86 0.47
Hex 11 5F DD 5C 39 0 D D9 56 2F
Octal 21 137 335 134 71 0 15 331 126 57
Binary 10001 1011111 11011101 1011100 111001 0 1101 11011001 1010110 101111

Color Harmonies of #115FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115FDD

Black with #115FDD

Text Example


Text Example

White with #115FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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