#144780

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

Shades of Dark Cerulean #144780

Tints of Dark Cerulean #144780

Color information

#144780 (or 0x144780) is unknown color: approx Dark Cerulean. HEX triplet: 14, 47 and 80. RGB value is (20,71,128). Sum of RGB (Red+Green+Blue) = 20+71+128=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #144780 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144780 is #EBB87F. Grayscale: #3D3D3D. Windows color (decimal): -15448192 or 8406804. OLE color: 8406804.

HSL color Cylindrical-coordinate representation of color #144780: hue angle of 211.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144780 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2071128-
CMYK0.840.4500.50
HSL211.67º72.97%29.02%-
HSV(B)211.67º84.38%50.2%-
XYZ6.446.2121.28-
YUV62.25165.197.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 128 (50.39% from 255) = 58.45%
R=9.13%
G=32.42%
B=58.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20711280.840.4500.50211.6772.9729.02
Hex144780542D032d4491d
Octal241072001245506232411135
Binary101001000111100000001010100101101011001011010100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144780; }

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

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

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

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

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

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

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

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