#14488A

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

Shades of Dark Cerulean #14488A

Tints of Dark Cerulean #14488A

Color information

#14488A (or 0x14488A) is unknown color: approx Dark Cerulean. HEX triplet: 14, 48 and 8A. RGB value is (20,72,138). Sum of RGB (Red+Green+Blue) = 20+72+138=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #14488A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14488A is #EBB775. Grayscale: #3F3F3F. Windows color (decimal): -15447926 or 9062420. OLE color: 9062420.

HSL color Cylindrical-coordinate representation of color #14488A: hue angle of 213.56º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14488A is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2072138-
CMYK0.860.4800.46
HSL213.56º74.68%30.98%-
HSV(B)213.56º85.51%54.12%-
XYZ7.196.6224.94-
YUV63.98169.7796.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 138 (54.30% from 255) = 60%
R=8.70%
G=31.30%
B=60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20721380.860.4800.46213.5674.6830.98
Hex14488A563002Ed64b1f
Octal241102121266005632611337
Binary101001001000100010101010110110000010111011010110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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