#114585

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

Shades of Dark Cerulean #114585

Tints of Dark Cerulean #114585

Color information

#114585 (or 0x114585) is unknown color: approx Dark Cerulean. HEX triplet: 11, 45 and 85. RGB value is (17,69,133). Sum of RGB (Red+Green+Blue) = 17+69+133=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #114585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114585 is #EEBA7A. Grayscale: #3C3C3C. Windows color (decimal): -15645307 or 8733969. OLE color: 8733969.

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

Color convert

RGB1769133-
CMYK0.870.4800.48
HSL213.1º77.33%29.41%-
HSV(B)213.1º87.22%52.16%-
XYZ6.596.0723.01-
YUV60.75168.7796.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 133 (52.34% from 255) = 60.73%
R=7.76%
G=31.51%
B=60.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17691330.870.4800.48213.177.3329.41
Hex1145855730030d54d1d
Octal211052051276006032511535
Binary100011000101100001011010111110000011000011010101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114585; }

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

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

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

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

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

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

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

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