Html Css Color HEX #1158DF Navy Blue

📋 copy color: '#1158DF'

red 17 ◦ green 88 ◦ blue 223

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

Shades of Navy Blue #1158DF

Tints of Navy Blue #1158DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.99%

R = 5.18%
G = 26.83%
B = 67.99%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1158DF (or 0x1158DF) is known color: Navy Blue. HEX triplet: 11, 58 and DF. RGB value is (17,88,223). Sum of RGB (Red+Green+Blue) = 17+88+223=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #1158DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1158DF is #EEA720. Grayscale: #515151. Windows color (decimal): -15640353 or 14637073. OLE color: 14637073.

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

Color convert

RGB 17 88 223 -
CMYK 0.92 0.61 0 0.13
HSL 219.32º 0.86% 0.47% -
HSV(B) 219.32º 0.92% 0.87% -
XYZ 17.04 12.43 71.31 -
YUV 82.16 207.48 81.52 -
System Red Green Blue C M Y K H S L
Decimal 17 88 223 0.92 0.61 0 0.13 219.32 0.86 0.47
Hex 11 58 DF 5C 3D 0 D DB 56 2F
Octal 21 130 337 134 75 0 15 333 126 57
Binary 10001 1011000 11011111 1011100 111101 0 1101 11011011 1010110 101111

Color Harmonies of #1158DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1158DF

Black with #1158DF

Text Example


Text Example

White with #1158DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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