#153F54

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

Shades of Astronaut Blue #153F54

Tints of Astronaut Blue #153F54

Color information

#153F54 (or 0x153F54) is unknown color: approx Astronaut Blue. HEX triplet: 15, 3F and 54. RGB value is (21,63,84). Sum of RGB (Red+Green+Blue) = 21+63+84=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #153F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F54 is #EAC0AB. Grayscale: #343434. Windows color (decimal): -15384748 or 5521173. OLE color: 5521173.

HSL color Cylindrical-coordinate representation of color #153F54: hue angle of 200º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153F54 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB216384-
CMYK0.750.2500.67
HSL200º60%20.59%-
HSV(B)200º75%32.94%-
XYZ3.694.359.03-
YUV52.84145.59105.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 63 (25% from 255) = 37.5%
BLUE value IS 84 (33.20% from 255) = 50%
R=12.5%
G=37.5%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2163840.750.2500.672006020.59
Hex153F544B19043c83c15
Octal25771241133101033107425
Binary101011111111010100100101111001010000111100100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153F54; }

 p { color: rgb(21,63,84); }

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

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

 a { background-color: rgb(21,63,84); }

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

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

 span { border-color: rgb(21,63,84); }

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