#144662

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

Shades of Astronaut Blue #144662

Tints of Astronaut Blue #144662

Color information

#144662 (or 0x144662) is unknown color: approx Astronaut Blue. HEX triplet: 14, 46 and 62. RGB value is (20,70,98). Sum of RGB (Red+Green+Blue) = 20+70+98=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #144662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144662 is #EBB99D. Grayscale: #3A3A3A. Windows color (decimal): -15448478 or 6440468. OLE color: 6440468.

HSL color Cylindrical-coordinate representation of color #144662: hue angle of 201.54º 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 #144662 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB207098-
CMYK0.800.2900.62
HSL201.54º66.1%23.14%-
HSV(B)201.54º79.59%38.43%-
XYZ4.685.4112.35-
YUV58.24150.44100.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=10.64%
G=37.23%
B=52.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2070980.800.2900.62201.5466.123.14
Hex144662501D03Eca4217
Octal241061421203507631210227
Binary1010010001101100010101000011101011111011001010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144662; }

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

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

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

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

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

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

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

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