#154456

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

Shades of Astronaut Blue #154456

Tints of Astronaut Blue #154456

Color information

#154456 (or 0x154456) is unknown color: approx Astronaut Blue. HEX triplet: 15, 44 and 56. RGB value is (21,68,86). Sum of RGB (Red+Green+Blue) = 21+68+86=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #154456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154456 is #EABBA9. Grayscale: #373737. Windows color (decimal): -15383466 or 5653525. OLE color: 5653525.

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

Color convert

RGB216886-
CMYK0.760.2100.66
HSL196.62º60.75%20.98%-
HSV(B)196.62º75.58%33.73%-
XYZ4.064.979.55-
YUV56144.93103.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=12%
G=38.86%
B=49.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2168860.760.2100.66196.6260.7520.98
Hex1544564C15042c53d15
Octal251041261142501023057525
Binary1010110001001010110100110010101010000101100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154456; }

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

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

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

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

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

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

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

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