#14497A

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

Shades of Dark Cerulean #14497A

Tints of Dark Cerulean #14497A

Color information

#14497A (or 0x14497A) is unknown color: approx Dark Cerulean. HEX triplet: 14, 49 and 7A. RGB value is (20,73,122). Sum of RGB (Red+Green+Blue) = 20+73+122=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #14497A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14497A is #EBB685. Grayscale: #3E3E3E. Windows color (decimal): -15447686 or 8014100. OLE color: 8014100.

HSL color Cylindrical-coordinate representation of color #14497A: hue angle of 208.82º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14497A is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2073122-
CMYK0.840.4000.52
HSL208.82º71.83%27.84%-
HSV(B)208.82º83.61%47.84%-
XYZ6.186.3219.31-
YUV62.74161.4497.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=9.30%
G=33.95%
B=56.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20731220.840.4000.52208.8271.8327.84
Hex14497A5428034d1481c
Octal241111721245006432111034
Binary10100100100111110101010100101000011010011010001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14497A; }

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

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

<style>
 a { background-color: #14497A; }

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

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

<style>
 span { border-color: #14497A; }

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

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