#114379

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

Shades of Dark Cerulean #114379

Tints of Dark Cerulean #114379

Color information

#114379 (or 0x114379) is unknown color: approx Dark Cerulean. HEX triplet: 11, 43 and 79. RGB value is (17,67,121). Sum of RGB (Red+Green+Blue) = 17+67+121=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #114379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114379 is #EEBC86. Grayscale: #393939. Windows color (decimal): -15645831 or 7947025. OLE color: 7947025.

HSL color Cylindrical-coordinate representation of color #114379: hue angle of 211.15º 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 #114379 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1767121-
CMYK0.860.4500.53
HSL211.15º75.36%27.06%-
HSV(B)211.15º85.95%47.45%-
XYZ5.695.5118.85-
YUV58.21163.4498.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 121 (47.66% from 255) = 59.02%
R=8.29%
G=32.68%
B=59.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17671210.860.4500.53211.1575.3627.06
Hex114379562D035d34b1b
Octal211031711265506532311333
Binary10001100001111110011010110101101011010111010011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114379; }

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

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

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

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

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

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

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

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