#114879

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

Shades of Dark Cerulean #114879

Tints of Dark Cerulean #114879

Color information

#114879 (or 0x114879) is unknown color: approx Dark Cerulean. HEX triplet: 11, 48 and 79. RGB value is (17,72,121). Sum of RGB (Red+Green+Blue) = 17+72+121=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #114879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114879 is #EEB786. Grayscale: #3C3C3C. Windows color (decimal): -15644551 or 7948305. OLE color: 7948305.

HSL color Cylindrical-coordinate representation of color #114879: hue angle of 208.27º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114879 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1772121-
CMYK0.860.4000.53
HSL208.27º75.36%27.06%-
HSV(B)208.27º85.95%47.45%-
XYZ66.1318.96-
YUV61.14161.7896.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.10%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 121 (47.66% from 255) = 57.62%
R=8.10%
G=34.29%
B=57.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17721210.860.4000.53208.2775.3627.06
Hex1148795628035d04b1b
Octal211101711265006532011333
Binary10001100100011110011010110101000011010111010000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114879; }

 p { color: rgb(17,72,121); }

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

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

 a { background-color: rgb(17,72,121); }

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

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

 span { border-color: rgb(17,72,121); }

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