#14456F

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

Shades of Dark Cerulean #14456F

Tints of Dark Cerulean #14456F

Color information

#14456F (or 0x14456F) is unknown color: approx Dark Cerulean. HEX triplet: 14, 45 and 6F. RGB value is (20,69,111). Sum of RGB (Red+Green+Blue) = 20+69+111=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #14456F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14456F is #EBBA90. Grayscale: #3A3A3A. Windows color (decimal): -15448721 or 7292180. OLE color: 7292180.

HSL color Cylindrical-coordinate representation of color #14456F: hue angle of 207.69º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14456F is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2069111-
CMYK0.820.3800.56
HSL207.69º69.47%25.69%-
HSV(B)207.69º81.98%43.53%-
XYZ5.295.5515.83-
YUV59.14157.27100.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=10%
G=34.5%
B=55.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20691110.820.3800.56207.6969.4725.69
Hex14456F5226038d0451a
Octal241051571224607032010532
Binary10100100010111011111010010100110011100011010000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14456F; }

 p { color: rgb(20,69,111); }

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

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

 a { background-color: rgb(20,69,111); }

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

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

 span { border-color: rgb(20,69,111); }

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