#144A63

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

Shades of Astronaut Blue #144A63

Tints of Astronaut Blue #144A63

Color information

#144A63 (or 0x144A63) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4A and 63. RGB value is (20,74,99). Sum of RGB (Red+Green+Blue) = 20+74+99=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #144A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A63 is #EBB59C. Grayscale: #3C3C3C. Windows color (decimal): -15447453 or 6507028. OLE color: 6507028.

HSL color Cylindrical-coordinate representation of color #144A63: hue angle of 198.99º 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 #144A63 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB207499-
CMYK0.800.2500.61
HSL198.99º66.39%23.33%-
HSV(B)198.99º79.8%38.82%-
XYZ4.995.9512.69-
YUV60.7149.6198.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=10.36%
G=38.34%
B=51.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2074990.800.2500.61198.9966.3923.33
Hex144A63501903Dc74217
Octal241121431203107530710227
Binary1010010010101100011101000011001011110111000111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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