#145063

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

Shades of Astronaut Blue #145063

Tints of Astronaut Blue #145063

Color information

#145063 (or 0x145063) is unknown color: approx Astronaut Blue. HEX triplet: 14, 50 and 63. RGB value is (20,80,99). Sum of RGB (Red+Green+Blue) = 20+80+99=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #145063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145063 is #EBAF9C. Grayscale: #404040. Windows color (decimal): -15445917 or 6508564. OLE color: 6508564.

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

Color convert

RGB208099-
CMYK0.800.1900.61
HSL194.43º66.39%23.33%-
HSV(B)194.43º79.8%38.82%-
XYZ5.416.7912.83-
YUV64.23147.6296.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=10.05%
G=40.20%
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.61
SystemRedGreenBlueCMYKHSL
Decimal2080990.800.1900.61194.4366.3923.33
Hex145063501303Dc24217
Octal241201431202307530210227
Binary1010010100001100011101000010011011110111000010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145063; }

 p { color: rgb(20,80,99); }

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

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

 a { background-color: rgb(20,80,99); }

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

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

 span { border-color: rgb(20,80,99); }

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