#144963

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

Shades of Astronaut Blue #144963

Tints of Astronaut Blue #144963

Color information

#144963 (or 0x144963) is unknown color: approx Astronaut Blue. HEX triplet: 14, 49 and 63. RGB value is (20,73,99). Sum of RGB (Red+Green+Blue) = 20+73+99=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #144963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144963 is #EBB69C. Grayscale: #3B3B3B. Windows color (decimal): -15447709 or 6506772. OLE color: 6506772.

HSL color Cylindrical-coordinate representation of color #144963: hue angle of 199.75º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144963 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB207399-
CMYK0.800.2600.61
HSL199.75º66.39%23.33%-
HSV(B)199.75º79.8%38.82%-
XYZ4.925.8112.67-
YUV60.12149.9499.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 99 (39.06% from 255) = 51.56%
R=10.42%
G=38.02%
B=51.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2073990.800.2600.61199.7566.3923.33
Hex144963501A03Dc84217
Octal241111431203207531010227
Binary1010010010011100011101000011010011110111001000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144963; }

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

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

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

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

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

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

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

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