#154156

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

Shades of Astronaut Blue #154156

Tints of Astronaut Blue #154156

Color information

#154156 (or 0x154156) is unknown color: approx Astronaut Blue. HEX triplet: 15, 41 and 56. RGB value is (21,65,86). Sum of RGB (Red+Green+Blue) = 21+65+86=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #154156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154156 is #EABEA9. Grayscale: #363636. Windows color (decimal): -15384234 or 5652757. OLE color: 5652757.

HSL color Cylindrical-coordinate representation of color #154156: hue angle of 199.38º 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 #154156 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB216586-
CMYK0.760.2400.66
HSL199.38º60.75%20.98%-
HSV(B)199.38º75.58%33.73%-
XYZ3.884.619.49-
YUV54.24145.92104.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 86 (33.98% from 255) = 50%
R=12.21%
G=37.79%
B=50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2165860.760.2400.66199.3860.7520.98
Hex1541564C18042c73d15
Octal251011261143001023077525
Binary1010110000011010110100110011000010000101100011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154156; }

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

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

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

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

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

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

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

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