#14487C

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

Shades of Dark Cerulean #14487C

Tints of Dark Cerulean #14487C

Color information

#14487C (or 0x14487C) is unknown color: approx Dark Cerulean. HEX triplet: 14, 48 and 7C. RGB value is (20,72,124). Sum of RGB (Red+Green+Blue) = 20+72+124=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #14487C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14487C is #EBB783. Grayscale: #3E3E3E. Windows color (decimal): -15447940 or 8144916. OLE color: 8144916.

HSL color Cylindrical-coordinate representation of color #14487C: hue angle of 210º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14487C is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2072124-
CMYK0.840.4200.51
HSL210º72.22%28.24%-
HSV(B)210º83.87%48.63%-
XYZ6.246.2419.94-
YUV62.38162.7797.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 124 (48.83% from 255) = 57.41%
R=9.26%
G=33.33%
B=57.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20721240.840.4200.5121072.2228.24
Hex14487C542A033d2481c
Octal241101741245206332211034
Binary10100100100011111001010100101010011001111010010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,72,124); }

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

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

 a { background-color: rgb(20,72,124); }

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

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

 span { border-color: rgb(20,72,124); }

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