#144D73

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

Shades of Dark Cerulean #144D73

Tints of Dark Cerulean #144D73

Color information

#144D73 (or 0x144D73) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4D and 73. RGB value is (20,77,115). Sum of RGB (Red+Green+Blue) = 20+77+115=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #144D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D73 is #EBB28C. Grayscale: #404040. Windows color (decimal): -15446669 or 7556372. OLE color: 7556372.

HSL color Cylindrical-coordinate representation of color #144D73: hue angle of 204º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144D73 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2077115-
CMYK0.830.3300.55
HSL204º70.37%26.47%-
HSV(B)204º82.61%45.1%-
XYZ6.046.6917.19-
YUV64.29156.6296.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 77 (30.47% from 255) = 36.32%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=9.43%
G=36.32%
B=54.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20771150.830.3300.5520470.3726.47
Hex144D735321037cc461a
Octal241151631234106731410632
Binary10100100110111100111010011100001011011111001100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,77,115); }

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

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

 a { background-color: rgb(20,77,115); }

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

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

 span { border-color: rgb(20,77,115); }

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