#145166

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

Shades of Astronaut Blue #145166

Tints of Astronaut Blue #145166

Color information

#145166 (or 0x145166) is unknown color: approx Astronaut Blue. HEX triplet: 14, 51 and 66. RGB value is (20,81,102). Sum of RGB (Red+Green+Blue) = 20+81+102=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #145166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145166 is #EBAE99. Grayscale: #414141. Windows color (decimal): -15445658 or 6705428. OLE color: 6705428.

HSL color Cylindrical-coordinate representation of color #145166: hue angle of 195.37º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145166 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2081102-
CMYK0.800.2100.6
HSL195.37º67.21%23.92%-
HSV(B)195.37º80.39%40%-
XYZ5.636.9913.62-
YUV65.16148.7995.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=9.85%
G=39.90%
B=50.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20811020.800.2100.6195.3767.2123.92
Hex145166501503Cc34318
Octal241211461202507430310330
Binary1010010100011100110101000010101011110011000011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145166; }

 p { color: rgb(20,81,102); }

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

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

 a { background-color: rgb(20,81,102); }

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

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

 span { border-color: rgb(20,81,102); }

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