#154764

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

Shades of Astronaut Blue #154764

Tints of Astronaut Blue #154764

Color information

#154764 (or 0x154764) is unknown color: approx Astronaut Blue. HEX triplet: 15, 47 and 64. RGB value is (21,71,100). Sum of RGB (Red+Green+Blue) = 21+71+100=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #154764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154764 is #EAB89B. Grayscale: #3B3B3B. Windows color (decimal): -15382684 or 6571797. OLE color: 6571797.

HSL color Cylindrical-coordinate representation of color #154764: hue angle of 202.03º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154764 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2171100-
CMYK0.790.2900.61
HSL202.03º65.29%23.73%-
HSV(B)202.03º79%39.22%-
XYZ4.865.5912.88-
YUV59.36150.94100.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 100 (39.45% from 255) = 52.08%
R=10.94%
G=36.98%
B=52.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21711000.790.2900.61202.0365.2923.73
Hex1547644F1D03Dca4118
Octal251071441173507531210130
Binary1010110001111100100100111111101011110111001010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154764; }

 p { color: rgb(21,71,100); }

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

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

 a { background-color: rgb(21,71,100); }

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

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

 span { border-color: rgb(21,71,100); }

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