#14518C

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

Shades of Dark Cerulean #14518C

Tints of Dark Cerulean #14518C

Color information

#14518C (or 0x14518C) is unknown color: approx Dark Cerulean. HEX triplet: 14, 51 and 8C. RGB value is (20,81,140). Sum of RGB (Red+Green+Blue) = 20+81+140=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #14518C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14518C is #EBAE73. Grayscale: #454545. Windows color (decimal): -15445620 or 9195796. OLE color: 9195796.

HSL color Cylindrical-coordinate representation of color #14518C: hue angle of 209.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14518C is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2081140-
CMYK0.860.4200.45
HSL209.5º75%31.37%-
HSV(B)209.5º85.71%54.9%-
XYZ7.967.9325.92-
YUV69.49167.7992.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 140 (55.08% from 255) = 58.09%
R=8.30%
G=33.61%
B=58.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20811400.860.4200.45209.57531.37
Hex14518C562A02Dd24b1f
Octal241212141265205532211337
Binary101001010001100011001010110101010010110111010010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14518C; }

 p { color: rgb(20,81,140); }

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

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

 a { background-color: rgb(20,81,140); }

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

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

 span { border-color: rgb(20,81,140); }

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