#114378

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

Shades of Dark Cerulean #114378

Tints of Dark Cerulean #114378

Color information

#114378 (or 0x114378) is unknown color: approx Dark Cerulean. HEX triplet: 11, 43 and 78. RGB value is (17,67,120). Sum of RGB (Red+Green+Blue) = 17+67+120=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #114378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114378 is #EEBC87. Grayscale: #393939. Windows color (decimal): -15645832 or 7881489. OLE color: 7881489.

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

Color convert

RGB1767120-
CMYK0.860.4400.53
HSL210.87º75.18%26.86%-
HSV(B)210.87º85.83%47.06%-
XYZ5.635.4918.53-
YUV58.09162.9498.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 120 (47.27% from 255) = 58.82%
R=8.33%
G=32.84%
B=58.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17671200.860.4400.53210.8775.1826.86
Hex114378562C035d34b1b
Octal211031701265406532311333
Binary10001100001111110001010110101100011010111010011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114378; }

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

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

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

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

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

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

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

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