#115485

Color #115485 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #115485

Tints of Dark Cerulean #115485

Color information

#115485 (or 0x115485) is unknown color: approx Dark Cerulean. HEX triplet: 11, 54 and 85. RGB value is (17,84,133). Sum of RGB (Red+Green+Blue) = 17+84+133=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #115485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115485 is #EEAB7A. Grayscale: #454545. Windows color (decimal): -15641467 or 8737809. OLE color: 8737809.

HSL color Cylindrical-coordinate representation of color #115485: hue angle of 205.34º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115485 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1784133-
CMYK0.870.3700.48
HSL205.34º77.33%29.41%-
HSV(B)205.34º87.22%52.16%-
XYZ7.648.1523.36-
YUV69.55163.890.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.26%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 133 (52.34% from 255) = 56.84%
R=7.26%
G=35.90%
B=56.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17841330.870.3700.48205.3477.3329.41
Hex1154855725030cd4d1d
Octal211242051274506031511535
Binary100011010100100001011010111100101011000011001101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115485; }

 p { color: rgb(17,84,133); }

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

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

 a { background-color: rgb(17,84,133); }

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

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

 span { border-color: rgb(17,84,133); }

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