#144558

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

Shades of Astronaut Blue #144558

Tints of Astronaut Blue #144558

Color information

#144558 (or 0x144558) is unknown color: approx Astronaut Blue. HEX triplet: 14, 45 and 58. RGB value is (20,69,88). Sum of RGB (Red+Green+Blue) = 20+69+88=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #144558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144558 is #EBBAA7. Grayscale: #383838. Windows color (decimal): -15448744 or 5784852. OLE color: 5784852.

HSL color Cylindrical-coordinate representation of color #144558: hue angle of 196.76º 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 #144558 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB206988-
CMYK0.770.2200.65
HSL196.76º62.96%21.18%-
HSV(B)196.76º77.27%34.51%-
XYZ4.185.1110-
YUV56.52145.77101.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=11.30%
G=38.98%
B=49.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2069880.770.2200.65196.7662.9621.18
Hex1445584D16041c53f15
Octal241051301152601013057725
Binary1010010001011011000100110110110010000011100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144558; }

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

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

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

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

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

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

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

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