#144D60

Color #144D60 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #144D60

Tints of Astronaut Blue #144D60

Color information

#144D60 (or 0x144D60) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4D and 60. RGB value is (20,77,96). Sum of RGB (Red+Green+Blue) = 20+77+96=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #144D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D60 is #EBB29F. Grayscale: #3D3D3D. Windows color (decimal): -15446688 or 6311188. OLE color: 6311188.

HSL color Cylindrical-coordinate representation of color #144D60: hue angle of 195º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #144D60 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB207796-
CMYK0.790.2000.62
HSL195º65.52%22.75%-
HSV(B)195º79.17%37.65%-
XYZ5.056.312.02-
YUV62.12147.1297.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=10.36%
G=39.90%
B=49.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2077960.790.2000.6219565.5222.75
Hex144D604F1403Ec34217
Octal241151401172407630310227
Binary1010010011011100000100111110100011111011000011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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