#154554

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

Shades of Astronaut Blue #154554

Tints of Astronaut Blue #154554

Color information

#154554 (or 0x154554) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 54. RGB value is (21,69,84). Sum of RGB (Red+Green+Blue) = 21+69+84=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #154554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154554 is #EABAAB. Grayscale: #383838. Windows color (decimal): -15383212 or 5522709. OLE color: 5522709.

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

Color convert

RGB216984-
CMYK0.750.1800.67
HSL194.29º60%20.59%-
HSV(B)194.29º75%32.94%-
XYZ4.045.069.15-
YUV56.36143.6102.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 84 (33.20% from 255) = 48.28%
R=12.07%
G=39.66%
B=48.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2169840.750.1800.67194.296020.59
Hex1545544B12043c23c15
Octal251051241132201033027425
Binary1010110001011010100100101110010010000111100001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154554; }

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

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

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

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

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

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

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

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