#144789

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

Shades of Dark Cerulean #144789

Tints of Dark Cerulean #144789

Color information

#144789 (or 0x144789) is unknown color: approx Dark Cerulean. HEX triplet: 14, 47 and 89. RGB value is (20,71,137). Sum of RGB (Red+Green+Blue) = 20+71+137=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #144789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144789 is #EBB876. Grayscale: #3E3E3E. Windows color (decimal): -15448183 or 8996628. OLE color: 8996628.

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

Color convert

RGB2071137-
CMYK0.850.4800.46
HSL213.85º74.52%30.78%-
HSV(B)213.85º85.4%53.73%-
XYZ7.066.4624.54-
YUV63.28169.697.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 137 (53.91% from 255) = 60.09%
R=8.77%
G=31.14%
B=60.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20711370.850.4800.46213.8574.5230.78
Hex144789553002Ed64b1f
Octal241072111256005632611337
Binary101001000111100010011010101110000010111011010110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144789; }

 p { color: rgb(20,71,137); }

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

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

 a { background-color: rgb(20,71,137); }

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

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

 span { border-color: rgb(20,71,137); }

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