#154157

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

Shades of Astronaut Blue #154157

Tints of Astronaut Blue #154157

Color information

#154157 (or 0x154157) is unknown color: approx Astronaut Blue. HEX triplet: 15, 41 and 57. RGB value is (21,65,87). Sum of RGB (Red+Green+Blue) = 21+65+87=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #154157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154157 is #EABEA8. Grayscale: #363636. Windows color (decimal): -15384233 or 5718293. OLE color: 5718293.

HSL color Cylindrical-coordinate representation of color #154157: hue angle of 200º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154157 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB216587-
CMYK0.760.2500.66
HSL200º61.11%21.18%-
HSV(B)200º75.86%34.12%-
XYZ3.924.639.7-
YUV54.35146.42104.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=12.14%
G=37.57%
B=50.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2165870.760.2500.6620061.1121.18
Hex1541574C19042c83d15
Octal251011271143101023107525
Binary1010110000011010111100110011001010000101100100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154157; }

 p { color: rgb(21,65,87); }

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

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

 a { background-color: rgb(21,65,87); }

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

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

 span { border-color: rgb(21,65,87); }

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