#144887

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

Shades of Dark Cerulean #144887

Tints of Dark Cerulean #144887

Color information

#144887 (or 0x144887) is unknown color: approx Dark Cerulean. HEX triplet: 14, 48 and 87. RGB value is (20,72,135). Sum of RGB (Red+Green+Blue) = 20+72+135=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #144887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144887 is #EBB778. Grayscale: #3F3F3F. Windows color (decimal): -15447929 or 8865812. OLE color: 8865812.

HSL color Cylindrical-coordinate representation of color #144887: hue angle of 212.87º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144887 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2072135-
CMYK0.850.4700.47
HSL212.87º74.19%30.39%-
HSV(B)212.87º85.19%52.94%-
XYZ6.986.5323.81-
YUV63.63168.2796.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=8.81%
G=31.72%
B=59.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20721350.850.4700.47212.8774.1930.39
Hex144887552F02Fd54a1e
Octal241102071255705732511236
Binary101001001000100001111010101101111010111111010101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144887; }

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

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

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

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

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

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

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

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