#144054

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

Shades of Astronaut Blue #144054

Tints of Astronaut Blue #144054

Color information

#144054 (or 0x144054) is unknown color: approx Astronaut Blue. HEX triplet: 14, 40 and 54. RGB value is (20,64,84). Sum of RGB (Red+Green+Blue) = 20+64+84=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #144054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144054 is #EBBFAB. Grayscale: #353535. Windows color (decimal): -15450028 or 5521428. OLE color: 5521428.

HSL color Cylindrical-coordinate representation of color #144054: hue angle of 198.75º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144054 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB206484-
CMYK0.760.2400.67
HSL198.75º61.54%20.39%-
HSV(B)198.75º76.19%32.94%-
XYZ3.724.469.05-
YUV53.12145.42104.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 84 (33.20% from 255) = 50%
R=11.90%
G=38.10%
B=50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2064840.760.2400.67198.7561.5420.39
Hex1440544C18043c73e14
Octal241001241143001033077624
Binary1010010000001010100100110011000010000111100011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144054; }

 p { color: rgb(20,64,84); }

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

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

 a { background-color: rgb(20,64,84); }

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

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

 span { border-color: rgb(20,64,84); }

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