#115284

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

Shades of Dark Cerulean #115284

Tints of Dark Cerulean #115284

Color information

#115284 (or 0x115284) is unknown color: approx Dark Cerulean. HEX triplet: 11, 52 and 84. RGB value is (17,82,132). Sum of RGB (Red+Green+Blue) = 17+82+132=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #115284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115284 is #EEAD7B. Grayscale: #444444. Windows color (decimal): -15641980 or 8671761. OLE color: 8671761.

HSL color Cylindrical-coordinate representation of color #115284: hue angle of 206.09º 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 #115284 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1782132-
CMYK0.870.3800.48
HSL206.09º77.18%29.22%-
HSV(B)206.09º87.12%51.76%-
XYZ7.417.8222.95-
YUV68.26163.9791.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 132 (51.95% from 255) = 57.14%
R=7.36%
G=35.50%
B=57.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17821320.870.3800.48206.0977.1829.22
Hex1152845726030ce4d1d
Octal211222041274606031611535
Binary100011010010100001001010111100110011000011001110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115284; }

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

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

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

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

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

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

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

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