#144894

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

Shades of Dark Cerulean #144894

Tints of Dark Cerulean #144894

Color information

#144894 (or 0x144894) is unknown color: approx Dark Cerulean. HEX triplet: 14, 48 and 94. RGB value is (20,72,148). Sum of RGB (Red+Green+Blue) = 20+72+148=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #144894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144894 is #EBB76B. Grayscale: #404040. Windows color (decimal): -15447916 or 9717780. OLE color: 9717780.

HSL color Cylindrical-coordinate representation of color #144894: hue angle of 215.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144894 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2072148-
CMYK0.860.5100.42
HSL215.62º76.19%32.94%-
HSV(B)215.62º86.49%58.04%-
XYZ7.956.9228.93-
YUV65.12174.7795.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 148 (58.20% from 255) = 61.67%
R=8.33%
G=30%
B=61.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20721480.860.5100.42215.6276.1932.94
Hex144894563302Ad84c21
Octal241102241266305233011441
Binary1010010010001001010010101101100110101010110110001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144894; }

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

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

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

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

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

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

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

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