#154454

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

Shades of Astronaut Blue #154454

Tints of Astronaut Blue #154454

Color information

#154454 (or 0x154454) is unknown color: approx Astronaut Blue. HEX triplet: 15, 44 and 54. RGB value is (21,68,84). Sum of RGB (Red+Green+Blue) = 21+68+84=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #154454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154454 is #EABBAB. Grayscale: #373737. Windows color (decimal): -15383468 or 5522453. OLE color: 5522453.

HSL color Cylindrical-coordinate representation of color #154454: hue angle of 195.24º 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 #154454 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB216884-
CMYK0.750.1900.67
HSL195.24º60%20.59%-
HSV(B)195.24º75%32.94%-
XYZ3.984.939.13-
YUV55.77143.93103.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 84 (33.20% from 255) = 48.55%
R=12.14%
G=39.31%
B=48.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2168840.750.1900.67195.246020.59
Hex1544544B13043c33c15
Octal251041241132301033037425
Binary1010110001001010100100101110011010000111100001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154454; }

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

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

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

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

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

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

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

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