#144C90

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

Shades of Dark Cerulean #144C90

Tints of Dark Cerulean #144C90

Color information

#144C90 (or 0x144C90) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4C and 90. RGB value is (20,76,144). Sum of RGB (Red+Green+Blue) = 20+76+144=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #144C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C90 is #EBB36F. Grayscale: #424242. Windows color (decimal): -15446896 or 9456660. OLE color: 9456660.

HSL color Cylindrical-coordinate representation of color #144C90: hue angle of 212.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144C90 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2076144-
CMYK0.860.4700.44
HSL212.9º75.61%32.16%-
HSV(B)212.9º86.11%56.47%-
XYZ7.917.3327.38-
YUV67.01171.4594.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 144 (56.64% from 255) = 60%
R=8.33%
G=31.67%
B=60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20761440.860.4700.44212.975.6132.16
Hex144C90562F02Cd54c20
Octal241142201265705432511440
Binary1010010011001001000010101101011110101100110101011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,76,144); }

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

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

 a { background-color: rgb(20,76,144); }

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

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

 span { border-color: rgb(20,76,144); }

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