#144A5B

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

Shades of Astronaut Blue #144A5B

Tints of Astronaut Blue #144A5B

Color information

#144A5B (or 0x144A5B) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4A and 5B. RGB value is (20,74,91). Sum of RGB (Red+Green+Blue) = 20+74+91=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #144A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A5B is #EBB5A4. Grayscale: #3B3B3B. Windows color (decimal): -15447461 or 5982740. OLE color: 5982740.

HSL color Cylindrical-coordinate representation of color #144A5B: hue angle of 194.37º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144A5B is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB207491-
CMYK0.780.1900.64
HSL194.37º63.96%21.76%-
HSV(B)194.37º78.02%35.69%-
XYZ4.635.810.77-
YUV59.79145.6199.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 49.19%
R=10.81%
G=40%
B=49.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2074910.780.1900.64194.3763.9621.76
Hex144A5B4E13040c24016
Octal2411213311623010030210026
Binary10100100101010110111001110100110100000011000010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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