#144A5D

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

Shades of Astronaut Blue #144A5D

Tints of Astronaut Blue #144A5D

Color information

#144A5D (or 0x144A5D) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4A and 5D. RGB value is (20,74,93). Sum of RGB (Red+Green+Blue) = 20+74+93=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #144A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A5D is #EBB5A2. Grayscale: #3B3B3B. Windows color (decimal): -15447459 or 6113812. OLE color: 6113812.

HSL color Cylindrical-coordinate representation of color #144A5D: hue angle of 195.62º degrees, saturation: 0.65, 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 #144A5D is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB207493-
CMYK0.780.2000.64
HSL195.62º64.6%22.16%-
HSV(B)195.62º78.49%36.47%-
XYZ4.715.8411.23-
YUV60.02146.6199.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=10.70%
G=39.57%
B=49.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2074930.780.2000.64195.6264.622.16
Hex144A5D4E14040c44116
Octal2411213511624010030410126
Binary10100100101010111011001110101000100000011000100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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