Html Css Color HEX #1152D9 Navy Blue

📋 copy color: '#1152D9'

red 17 ◦ green 82 ◦ blue 217

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

Shades of Navy Blue #1152D9

Tints of Navy Blue #1152D9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 217 (85.16% from 255) = 68.67%

R = 5.38%
G = 25.95%
B = 68.67%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1152D9 (or 0x1152D9) is known color: Navy Blue. HEX triplet: 11, 52 and D9. RGB value is (17,82,217). Sum of RGB (Red+Green+Blue) = 17+82+217=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 217 (85.16% from 255 or 68.67% from 316); Max value from RGB is 217 - color contains mainly: blue. Hex color #1152D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1152D9 is #EEAD26. Grayscale: #4D4D4D. Windows color (decimal): -15641895 or 14242321. OLE color: 14242321.

HSL color Cylindrical-coordinate representation of color #1152D9: hue angle of 220.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1152D9 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 82 217 -
CMYK 0.92 0.62 0 0.15
HSL 220.5º 0.85% 0.46% -
HSV(B) 220.5º 0.92% 0.85% -
XYZ 15.77 11.16 66.97 -
YUV 77.96 206.47 84.52 -
System Red Green Blue C M Y K H S L
Decimal 17 82 217 0.92 0.62 0 0.15 220.5 0.85 0.46
Hex 11 52 D9 5C 3E 0 F DC 55 2E
Octal 21 122 331 134 76 0 17 334 125 56
Binary 10001 1010010 11011001 1011100 111110 0 1111 11011100 1010101 101110

Color Harmonies of #1152D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1152D9

Black with #1152D9

Text Example


Text Example

White with #1152D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1152D9; }

 p { color: rgb(17,82,217); }

 H1.HeaderClassName
 {
   color: #1152D9;
 }
 .AnyTagClassName
 {
   color: #1152D9;
 }
</style>

background-color css

<style>
 a { background-color: #1152D9; }

 a { background-color: rgb(17,82,217); }

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

border-color css

<style>
 span { border-color: #1152D9; }

 span { border-color: rgb(17,82,217); }

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