#1152DA

Color #1152DA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1152DA

Tints of Navy Blue #1152DA

Color information

#1152DA (or 0x1152DA) is unknown color: approx Navy Blue. HEX triplet: 11, 52 and DA. RGB value is (17,82,218). Sum of RGB (Red+Green+Blue) = 17+82+218=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #1152DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1152DA is #EEAD25. Grayscale: #4D4D4D. Windows color (decimal): -15641894 or 14307857. OLE color: 14307857.

HSL color Cylindrical-coordinate representation of color #1152DA: hue angle of 220.6º degrees, saturation: 0.86, 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 #1152DA is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1782218-
CMYK0.920.6200.15
HSL220.6º85.53%46.08%-
HSV(B)220.6º92.2%85.49%-
XYZ15.911.2267.66-
YUV78.07206.9784.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.36%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 218 (85.55% from 255) = 68.77%
R=5.36%
G=25.87%
B=68.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal17822180.920.6200.15220.685.5346.08
Hex1152DA5C3E0Fdd562e
Octal211223321347601733512656
Binary10001101001011011010101110011111001111110111011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1152DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1152DA;
 }
 .AnyTagClassName
 {
   color: #1152DA;
 }
</style>
background-color css

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

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

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

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

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

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