#144C5F

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

Shades of Astronaut Blue #144C5F

Tints of Astronaut Blue #144C5F

Color information

#144C5F (or 0x144C5F) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4C and 5F. RGB value is (20,76,95). Sum of RGB (Red+Green+Blue) = 20+76+95=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #144C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C5F is #EBB3A0. Grayscale: #3D3D3D. Windows color (decimal): -15446945 or 6245396. OLE color: 6245396.

HSL color Cylindrical-coordinate representation of color #144C5F: hue angle of 195.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #144C5F is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB207695-
CMYK0.790.2000.63
HSL195.2º65.22%22.55%-
HSV(B)195.2º78.95%37.25%-
XYZ4.946.1411.75-
YUV61.42146.9598.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 76 (30.08% from 255) = 39.79%
BLUE value IS 95 (37.5% from 255) = 49.74%
R=10.47%
G=39.79%
B=49.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2076950.790.2000.63195.265.2222.55
Hex144C5F4F1403Fc34117
Octal241141371172407730310127
Binary1010010011001011111100111110100011111111000011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,76,95); }

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

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

 a { background-color: rgb(20,76,95); }

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

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

 span { border-color: rgb(20,76,95); }

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