#144656

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

Shades of Astronaut Blue #144656

Tints of Astronaut Blue #144656

Color information

#144656 (or 0x144656) is unknown color: approx Astronaut Blue. HEX triplet: 14, 46 and 56. RGB value is (20,70,86). Sum of RGB (Red+Green+Blue) = 20+70+86=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #144656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144656 is #EBB9A9. Grayscale: #383838. Windows color (decimal): -15448490 or 5654036. OLE color: 5654036.

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

Color convert

RGB207086-
CMYK0.770.1900.66
HSL194.55º62.26%20.78%-
HSV(B)194.55º76.74%33.73%-
XYZ4.165.29.59-
YUV56.87144.44101.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=11.36%
G=39.77%
B=48.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2070860.770.1900.66194.5562.2620.78
Hex1446564D13042c33e15
Octal241061261152301023037625
Binary1010010001101010110100110110011010000101100001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144656; }

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

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

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

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

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

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

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

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