#144A60

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

Shades of Astronaut Blue #144A60

Tints of Astronaut Blue #144A60

Color information

#144A60 (or 0x144A60) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4A and 60. RGB value is (20,74,96). Sum of RGB (Red+Green+Blue) = 20+74+96=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #144A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A60 is #EBB59F. Grayscale: #3C3C3C. Windows color (decimal): -15447456 or 6310420. OLE color: 6310420.

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

Color convert

RGB207496-
CMYK0.790.2300.62
HSL197.37º65.52%22.75%-
HSV(B)197.37º79.17%37.65%-
XYZ4.855.8911.95-
YUV60.36148.1199.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 96 (37.89% from 255) = 50.53%
R=10.53%
G=38.95%
B=50.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2074960.790.2300.62197.3765.5222.75
Hex144A604F1703Ec54217
Octal241121401172707630510227
Binary1010010010101100000100111110111011111011000101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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