#144962

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

Shades of Astronaut Blue #144962

Tints of Astronaut Blue #144962

Color information

#144962 (or 0x144962) is unknown color: approx Astronaut Blue. HEX triplet: 14, 49 and 62. RGB value is (20,73,98). Sum of RGB (Red+Green+Blue) = 20+73+98=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #144962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144962 is #EBB69D. Grayscale: #3B3B3B. Windows color (decimal): -15447710 or 6441236. OLE color: 6441236.

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

Color convert

RGB207398-
CMYK0.800.2600.62
HSL199.23º66.1%23.14%-
HSV(B)199.23º79.59%38.43%-
XYZ4.885.812.42-
YUV60149.4499.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 98 (38.67% from 255) = 51.31%
R=10.47%
G=38.22%
B=51.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2073980.800.2600.62199.2366.123.14
Hex144962501A03Ec74217
Octal241111421203207630710227
Binary1010010010011100010101000011010011111011000111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144962; }

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

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

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

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

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

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

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

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