#144E64

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

Shades of Astronaut Blue #144E64

Tints of Astronaut Blue #144E64

Color information

#144E64 (or 0x144E64) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4E and 64. RGB value is (20,78,100). Sum of RGB (Red+Green+Blue) = 20+78+100=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #144E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E64 is #EBB19B. Grayscale: #3F3F3F. Windows color (decimal): -15446428 or 6573588. OLE color: 6573588.

HSL color Cylindrical-coordinate representation of color #144E64: hue angle of 196.5º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144E64 is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2078100-
CMYK0.80.2200.61
HSL196.5º66.67%23.53%-
HSV(B)196.5º80%39.22%-
XYZ5.316.5213.03-
YUV63.17148.7897.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 100 (39.45% from 255) = 50.51%
R=10.10%
G=39.39%
B=50.51%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20781000.80.2200.61196.566.6723.53
Hex144E64501603Dc44318
Octal241161441202607530410330
Binary1010010011101100100101000010110011110111000100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,78,100); }

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

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

 a { background-color: rgb(20,78,100); }

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

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

 span { border-color: rgb(20,78,100); }

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