#154864

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

Shades of Astronaut Blue #154864

Tints of Astronaut Blue #154864

Color information

#154864 (or 0x154864) is unknown color: approx Astronaut Blue. HEX triplet: 15, 48 and 64. RGB value is (21,72,100). Sum of RGB (Red+Green+Blue) = 21+72+100=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #154864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154864 is #EAB79B. Grayscale: #3B3B3B. Windows color (decimal): -15382428 or 6572053. OLE color: 6572053.

HSL color Cylindrical-coordinate representation of color #154864: hue angle of 201.27º 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 #154864 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2172100-
CMYK0.790.2800.61
HSL201.27º65.29%23.73%-
HSV(B)201.27º79%39.22%-
XYZ4.935.7112.9-
YUV59.94150.6100.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 100 (39.45% from 255) = 51.81%
R=10.88%
G=37.31%
B=51.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21721000.790.2800.61201.2765.2923.73
Hex1548644F1C03Dc94118
Octal251101441173407531110130
Binary1010110010001100100100111111100011110111001001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154864; }

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

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

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

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

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

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

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

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