#144F60

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

Shades of Astronaut Blue #144F60

Tints of Astronaut Blue #144F60

Color information

#144F60 (or 0x144F60) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4F and 60. RGB value is (20,79,96). Sum of RGB (Red+Green+Blue) = 20+79+96=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #144F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F60 is #EBB09F. Grayscale: #3F3F3F. Windows color (decimal): -15446176 or 6311700. OLE color: 6311700.

HSL color Cylindrical-coordinate representation of color #144F60: hue angle of 193.42º 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 #144F60 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB207996-
CMYK0.790.1800.62
HSL193.42º65.52%22.75%-
HSV(B)193.42º79.17%37.65%-
XYZ5.26.5912.06-
YUV63.3146.4597.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.26%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=10.26%
G=40.51%
B=49.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2079960.790.1800.62193.4265.5222.75
Hex144F604F1203Ec14217
Octal241171401172207630110227
Binary1010010011111100000100111110010011111011000001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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