#144F62

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

Shades of Astronaut Blue #144F62

Tints of Astronaut Blue #144F62

Color information

#144F62 (or 0x144F62) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4F and 62. RGB value is (20,79,98). Sum of RGB (Red+Green+Blue) = 20+79+98=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #144F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F62 is #EBB09D. Grayscale: #3F3F3F. Windows color (decimal): -15446174 or 6442772. OLE color: 6442772.

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

Color convert

RGB207998-
CMYK0.800.1900.62
HSL194.62º66.1%23.14%-
HSV(B)194.62º79.59%38.43%-
XYZ5.296.6212.55-
YUV63.52147.4596.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=10.15%
G=40.10%
B=49.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2079980.800.1900.62194.6266.123.14
Hex144F62501303Ec34217
Octal241171421202307630310227
Binary1010010011111100010101000010011011111011000011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,79,98); }

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

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

 a { background-color: rgb(20,79,98); }

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

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

 span { border-color: rgb(20,79,98); }

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