#155164

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

Shades of Astronaut Blue #155164

Tints of Astronaut Blue #155164

Color information

#155164 (or 0x155164) is unknown color: approx Astronaut Blue. HEX triplet: 15, 51 and 64. RGB value is (21,81,100). Sum of RGB (Red+Green+Blue) = 21+81+100=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #155164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155164 is #EAAE9B. Grayscale: #414141. Windows color (decimal): -15380124 or 6574357. OLE color: 6574357.

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

Color convert

RGB2181100-
CMYK0.790.1900.61
HSL194.43º65.29%23.73%-
HSV(B)194.43º79%39.22%-
XYZ5.556.9613.11-
YUV65.23147.6296.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 100 (39.45% from 255) = 49.50%
R=10.40%
G=40.10%
B=49.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21811000.790.1900.61194.4365.2923.73
Hex1551644F1303Dc24118
Octal251211441172307530210130
Binary1010110100011100100100111110011011110111000010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155164; }

 p { color: rgb(21,81,100); }

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

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

 a { background-color: rgb(21,81,100); }

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

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

 span { border-color: rgb(21,81,100); }

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