#155162

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

Shades of Astronaut Blue #155162

Tints of Astronaut Blue #155162

Color information

#155162 (or 0x155162) is unknown color: approx Astronaut Blue. HEX triplet: 15, 51 and 62. RGB value is (21,81,98). Sum of RGB (Red+Green+Blue) = 21+81+98=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #155162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155162 is #EAAE9D. Grayscale: #404040. Windows color (decimal): -15380126 or 6443285. OLE color: 6443285.

HSL color Cylindrical-coordinate representation of color #155162: hue angle of 193.25º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155162 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB218198-
CMYK0.790.1700.62
HSL193.25º64.71%23.33%-
HSV(B)193.25º78.57%38.43%-
XYZ5.466.9312.6-
YUV65146.6296.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 98 (38.67% from 255) = 49%
R=10.5%
G=40.5%
B=49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2181980.790.1700.62193.2564.7123.33
Hex1551624F1103Ec14117
Octal251211421172107630110127
Binary1010110100011100010100111110001011111011000001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155162; }

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

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

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

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

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

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

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

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