#144156

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

Shades of Astronaut Blue #144156

Tints of Astronaut Blue #144156

Color information

#144156 (or 0x144156) is unknown color: approx Astronaut Blue. HEX triplet: 14, 41 and 56. RGB value is (20,65,86). Sum of RGB (Red+Green+Blue) = 20+65+86=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #144156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144156 is #EBBEA9. Grayscale: #353535. Windows color (decimal): -15449770 or 5652756. OLE color: 5652756.

HSL color Cylindrical-coordinate representation of color #144156: hue angle of 199.09º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144156 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB206586-
CMYK0.770.2400.66
HSL199.09º62.26%20.78%-
HSV(B)199.09º76.74%33.73%-
XYZ3.864.69.49-
YUV53.94146.09103.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 86 (33.98% from 255) = 50.29%
R=11.70%
G=38.01%
B=50.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2065860.770.2400.66199.0962.2620.78
Hex1441564D18042c73e15
Octal241011261153001023077625
Binary1010010000011010110100110111000010000101100011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144156; }

 p { color: rgb(20,65,86); }

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

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

 a { background-color: rgb(20,65,86); }

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

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

 span { border-color: rgb(20,65,86); }

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