#14486C

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

Shades of Dark Cerulean #14486C

Tints of Dark Cerulean #14486C

Color information

#14486C (or 0x14486C) is unknown color: approx Dark Cerulean. HEX triplet: 14, 48 and 6C. RGB value is (20,72,108). Sum of RGB (Red+Green+Blue) = 20+72+108=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #14486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14486C is #EBB793. Grayscale: #3C3C3C. Windows color (decimal): -15447956 or 7096340. OLE color: 7096340.

HSL color Cylindrical-coordinate representation of color #14486C: hue angle of 204.55º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14486C is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2072108-
CMYK0.810.3300.58
HSL204.55º68.75%25.1%-
HSV(B)204.55º81.48%42.35%-
XYZ5.315.8715.04-
YUV60.56154.7799.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 108 (42.58% from 255) = 54%
R=10%
G=36%
B=54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20721080.810.3300.58204.5568.7525.1
Hex14486C512103Acd4519
Octal241101541214107231510531
Binary10100100100011011001010001100001011101011001101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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