#155163

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

Shades of Astronaut Blue #155163

Tints of Astronaut Blue #155163

Color information

#155163 (or 0x155163) is unknown color: approx Astronaut Blue. HEX triplet: 15, 51 and 63. RGB value is (21,81,99). Sum of RGB (Red+Green+Blue) = 21+81+99=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #155163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155163 is #EAAE9C. Grayscale: #404040. Windows color (decimal): -15380125 or 6508821. OLE color: 6508821.

HSL color Cylindrical-coordinate representation of color #155163: hue angle of 193.85º 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 #155163 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB218199-
CMYK0.790.1800.61
HSL193.85º65%23.53%-
HSV(B)193.85º78.79%38.82%-
XYZ5.56.9512.85-
YUV65.11147.1296.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 81 (32.03% from 255) = 40.30%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=10.45%
G=40.30%
B=49.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2181990.790.1800.61193.856523.53
Hex1551634F1203Dc24118
Octal251211431172207530210130
Binary1010110100011100011100111110010011110111000010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155163; }

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

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

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

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

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

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

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

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