#144058

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

Shades of Astronaut Blue #144058

Tints of Astronaut Blue #144058

Color information

#144058 (or 0x144058) is unknown color: approx Astronaut Blue. HEX triplet: 14, 40 and 58. RGB value is (20,64,88). Sum of RGB (Red+Green+Blue) = 20+64+88=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #144058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144058 is #EBBFA7. Grayscale: #353535. Windows color (decimal): -15450024 or 5783572. OLE color: 5783572.

HSL color Cylindrical-coordinate representation of color #144058: hue angle of 201.18º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144058 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB206488-
CMYK0.770.2700.65
HSL201.18º62.96%21.18%-
HSV(B)201.18º77.27%34.51%-
XYZ3.884.529.9-
YUV53.58147.42104.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 88 (34.77% from 255) = 51.16%
R=11.63%
G=37.21%
B=51.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2064880.770.2700.65201.1862.9621.18
Hex1440584D1B041c93f15
Octal241001301153301013117725
Binary1010010000001011000100110111011010000011100100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144058; }

 p { color: rgb(20,64,88); }

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

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

 a { background-color: rgb(20,64,88); }

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

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

 span { border-color: rgb(20,64,88); }

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