#144F89

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

Shades of Dark Cerulean #144F89

Tints of Dark Cerulean #144F89

Color information

#144F89 (or 0x144F89) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4F and 89. RGB value is (20,79,137). Sum of RGB (Red+Green+Blue) = 20+79+137=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #144F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F89 is #EBB076. Grayscale: #434343. Windows color (decimal): -15446135 or 8998676. OLE color: 8998676.

HSL color Cylindrical-coordinate representation of color #144F89: hue angle of 209.74º 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 #144F89 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2079137-
CMYK0.850.4200.46
HSL209.74º74.52%30.78%-
HSV(B)209.74º85.4%53.73%-
XYZ7.67.5524.72-
YUV67.97166.9593.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.47%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 137 (53.91% from 255) = 58.05%
R=8.47%
G=33.47%
B=58.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20791370.850.4200.46209.7474.5230.78
Hex144F89552A02Ed24b1f
Octal241172111255205632211337
Binary101001001111100010011010101101010010111011010010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144F89; }

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

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

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

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

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

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

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

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