#144960

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

Shades of Astronaut Blue #144960

Tints of Astronaut Blue #144960

Color information

#144960 (or 0x144960) is unknown color: approx Astronaut Blue. HEX triplet: 14, 49 and 60. RGB value is (20,73,96). Sum of RGB (Red+Green+Blue) = 20+73+96=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #144960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144960 is #EBB69F. Grayscale: #3B3B3B. Windows color (decimal): -15447712 or 6310164. OLE color: 6310164.

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

Color convert

RGB207396-
CMYK0.790.2400.62
HSL198.16º65.52%22.75%-
HSV(B)198.16º79.17%37.65%-
XYZ4.785.7611.93-
YUV59.78148.4499.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=10.58%
G=38.62%
B=50.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2073960.790.2400.62198.1665.5222.75
Hex1449604F1803Ec64217
Octal241111401173007630610227
Binary1010010010011100000100111111000011111011000110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144960; }

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

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

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

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

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

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

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

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