#115282

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

Shades of Dark Cerulean #115282

Tints of Dark Cerulean #115282

Color information

#115282 (or 0x115282) is unknown color: approx Dark Cerulean. HEX triplet: 11, 52 and 82. RGB value is (17,82,130). Sum of RGB (Red+Green+Blue) = 17+82+130=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #115282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115282 is #EEAD7D. Grayscale: #434343. Windows color (decimal): -15641982 or 8540689. OLE color: 8540689.

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

Color convert

RGB1782130-
CMYK0.870.3700.49
HSL205.49º76.87%28.82%-
HSV(B)205.49º86.92%50.98%-
XYZ7.287.7722.23-
YUV68.04162.9791.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 130 (51.17% from 255) = 56.77%
R=7.42%
G=35.81%
B=56.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17821300.870.3700.49205.4976.8728.82
Hex1152825725031cd4d1d
Octal211222021274506131511535
Binary100011010010100000101010111100101011000111001101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115282; }

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

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

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

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

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

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

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

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