Html Css Color HEX #1158DD Navy Blue

📋 copy color: '#1158DD'

red 17 ◦ green 88 ◦ blue 221

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

Shades of Navy Blue #1158DD

Tints of Navy Blue #1158DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

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

R = 5.21%
G = 26.99%
B = 67.79%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1158DD (or 0x1158DD) is known color: Navy Blue. HEX triplet: 11, 58 and DD. RGB value is (17,88,221). Sum of RGB (Red+Green+Blue) = 17+88+221=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #1158DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1158DD is #EEA722. Grayscale: #515151. Windows color (decimal): -15640355 or 14506001. OLE color: 14506001.

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

Color convert

RGB 17 88 221 -
CMYK 0.92 0.60 0 0.13
HSL 219.12º 0.86% 0.47% -
HSV(B) 219.12º 0.92% 0.87% -
XYZ 16.77 12.32 69.9 -
YUV 81.93 206.48 81.69 -
System Red Green Blue C M Y K H S L
Decimal 17 88 221 0.92 0.60 0 0.13 219.12 0.86 0.47
Hex 11 58 DD 5C 3C 0 D DB 56 2F
Octal 21 130 335 134 74 0 15 333 126 57
Binary 10001 1011000 11011101 1011100 111100 0 1101 11011011 1010110 101111

Color Harmonies of #1158DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1158DD

Black with #1158DD

Text Example


Text Example

White with #1158DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1158DD; }

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

 H1.HeaderClassName
 {
   color: #1158DD;
 }
 .AnyTagClassName
 {
   color: #1158DD;
 }
</style>

background-color css

<style>
 a { background-color: #1158DD; }

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

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

border-color css

<style>
 span { border-color: #1158DD; }

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

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