#14496F

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

Shades of Dark Cerulean #14496F

Tints of Dark Cerulean #14496F

Color information

#14496F (or 0x14496F) is unknown color: approx Dark Cerulean. HEX triplet: 14, 49 and 6F. RGB value is (20,73,111). Sum of RGB (Red+Green+Blue) = 20+73+111=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #14496F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14496F is #EBB690. Grayscale: #3D3D3D. Windows color (decimal): -15447697 or 7293204. OLE color: 7293204.

HSL color Cylindrical-coordinate representation of color #14496F: hue angle of 205.05º 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 #14496F is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2073111-
CMYK0.820.3400.56
HSL205.05º69.47%25.69%-
HSV(B)205.05º81.98%43.53%-
XYZ5.546.0615.92-
YUV61.48155.9498.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=9.80%
G=35.78%
B=54.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20731110.820.3400.56205.0569.4725.69
Hex14496F5222038cd451a
Octal241111571224207031510532
Binary10100100100111011111010010100010011100011001101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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