#114584

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

Shades of Dark Cerulean #114584

Tints of Dark Cerulean #114584

Color information

#114584 (or 0x114584) is unknown color: approx Dark Cerulean. HEX triplet: 11, 45 and 84. RGB value is (17,69,132). Sum of RGB (Red+Green+Blue) = 17+69+132=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #114584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114584 is #EEBA7B. Grayscale: #3C3C3C. Windows color (decimal): -15645308 or 8668433. OLE color: 8668433.

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

Color convert

RGB1769132-
CMYK0.870.4800.48
HSL212.87º77.18%29.22%-
HSV(B)212.87º87.12%51.76%-
XYZ6.526.0422.65-
YUV60.63168.2796.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.80%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 132 (51.95% from 255) = 60.55%
R=7.80%
G=31.65%
B=60.55%

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
Decimal17691320.870.4800.48212.8777.1829.22
Hex1145845730030d54d1d
Octal211052041276006032511535
Binary100011000101100001001010111110000011000011010101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114584; }

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

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

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

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

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

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

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

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