#115090

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

Shades of Dark Cerulean #115090

Tints of Dark Cerulean #115090

Color information

#115090 (or 0x115090) is unknown color: approx Dark Cerulean. HEX triplet: 11, 50 and 90. RGB value is (17,80,144). Sum of RGB (Red+Green+Blue) = 17+80+144=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #115090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115090 is #EEAF6F. Grayscale: #444444. Windows color (decimal): -15642480 or 9457681. OLE color: 9457681.

HSL color Cylindrical-coordinate representation of color #115090: hue angle of 210.24º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115090 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1780144-
CMYK0.880.4400.44
HSL210.24º78.88%31.57%-
HSV(B)210.24º88.19%56.47%-
XYZ8.137.8727.48-
YUV68.46170.6391.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 144 (56.64% from 255) = 59.75%
R=7.05%
G=33.20%
B=59.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17801440.880.4400.44210.2478.8831.57
Hex115090582C02Cd24f20
Octal211202201305405432211740
Binary1000110100001001000010110001011000101100110100101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115090; }

 p { color: rgb(17,80,144); }

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

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

 a { background-color: rgb(17,80,144); }

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

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

 span { border-color: rgb(17,80,144); }

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