#154555

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

Shades of Astronaut Blue #154555

Tints of Astronaut Blue #154555

Color information

#154555 (or 0x154555) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 55. RGB value is (21,69,85). Sum of RGB (Red+Green+Blue) = 21+69+85=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #154555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154555 is #EABAAA. Grayscale: #383838. Windows color (decimal): -15383211 or 5588245. OLE color: 5588245.

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

Color convert

RGB216985-
CMYK0.750.1900.67
HSL195º60.38%20.78%-
HSV(B)195º75.29%33.33%-
XYZ4.085.079.36-
YUV56.47144.1102.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=12%
G=39.43%
B=48.57%

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
Decimal2169850.750.1900.6719560.3820.78
Hex1545554B13043c33c15
Octal251051251132301033037425
Binary1010110001011010101100101110011010000111100001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154555; }

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

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

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

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

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

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

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

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