#144756

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

Shades of Astronaut Blue #144756

Tints of Astronaut Blue #144756

Color information

#144756 (or 0x144756) is unknown color: approx Astronaut Blue. HEX triplet: 14, 47 and 56. RGB value is (20,71,86). Sum of RGB (Red+Green+Blue) = 20+71+86=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #144756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144756 is #EBB8A9. Grayscale: #393939. Windows color (decimal): -15448234 or 5654292. OLE color: 5654292.

HSL color Cylindrical-coordinate representation of color #144756: hue angle of 193.64º 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 #144756 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB207186-
CMYK0.770.1700.66
HSL193.64º62.26%20.78%-
HSV(B)193.64º76.74%33.73%-
XYZ4.225.339.61-
YUV57.46144.1101.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=11.30%
G=40.11%
B=48.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2071860.770.1700.66193.6462.2620.78
Hex1447564D11042c23e15
Octal241071261152101023027625
Binary1010010001111010110100110110001010000101100001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144756; }

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

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

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

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

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

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

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

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