#144961

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

Shades of Astronaut Blue #144961

Tints of Astronaut Blue #144961

Color information

#144961 (or 0x144961) is unknown color: approx Astronaut Blue. HEX triplet: 14, 49 and 61. RGB value is (20,73,97). Sum of RGB (Red+Green+Blue) = 20+73+97=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #144961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144961 is #EBB69E. Grayscale: #3B3B3B. Windows color (decimal): -15447711 or 6375700. OLE color: 6375700.

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

Color convert

RGB207397-
CMYK0.790.2500.62
HSL198.7º65.81%22.94%-
HSV(B)198.7º79.38%38.04%-
XYZ4.835.7812.17-
YUV59.89148.9499.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=10.53%
G=38.42%
B=51.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2073970.790.2500.62198.765.8122.94
Hex1449614F1903Ec74217
Octal241111411173107630710227
Binary1010010010011100001100111111001011111011000111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144961; }

 p { color: rgb(20,73,97); }

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

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

 a { background-color: rgb(20,73,97); }

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

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

 span { border-color: rgb(20,73,97); }

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