#154556

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

Shades of Astronaut Blue #154556

Tints of Astronaut Blue #154556

Color information

#154556 (or 0x154556) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 56. RGB value is (21,69,86). Sum of RGB (Red+Green+Blue) = 21+69+86=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #154556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154556 is #EABAA9. Grayscale: #383838. Windows color (decimal): -15383210 or 5653781. OLE color: 5653781.

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

Color convert

RGB216986-
CMYK0.760.2000.66
HSL195.69º60.75%20.98%-
HSV(B)195.69º75.58%33.73%-
XYZ4.125.099.57-
YUV56.59144.6102.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=11.93%
G=39.20%
B=48.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2169860.760.2000.66195.6960.7520.98
Hex1545564C14042c43d15
Octal251051261142401023047525
Binary1010110001011010110100110010100010000101100010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154556; }

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

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

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

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

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

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

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

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