#144D61

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

Shades of Astronaut Blue #144D61

Tints of Astronaut Blue #144D61

Color information

#144D61 (or 0x144D61) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4D and 61. RGB value is (20,77,97). Sum of RGB (Red+Green+Blue) = 20+77+97=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #144D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D61 is #EBB29E. Grayscale: #3E3E3E. Windows color (decimal): -15446687 or 6376724. OLE color: 6376724.

HSL color Cylindrical-coordinate representation of color #144D61: hue angle of 195.58º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #144D61 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB207797-
CMYK0.790.2100.62
HSL195.58º65.81%22.94%-
HSV(B)195.58º79.38%38.04%-
XYZ5.16.3212.26-
YUV62.24147.6297.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 97 (38.28% from 255) = 50%
R=10.31%
G=39.69%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2077970.790.2100.62195.5865.8122.94
Hex144D614F1503Ec44217
Octal241151411172507630410227
Binary1010010011011100001100111110101011111011000100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,77,97); }

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

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

 a { background-color: rgb(20,77,97); }

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

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

 span { border-color: rgb(20,77,97); }

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