#154966

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

Shades of Astronaut Blue #154966

Tints of Astronaut Blue #154966

Color information

#154966 (or 0x154966) is unknown color: approx Astronaut Blue. HEX triplet: 15, 49 and 66. RGB value is (21,73,102). Sum of RGB (Red+Green+Blue) = 21+73+102=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #154966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154966 is #EAB699. Grayscale: #3C3C3C. Windows color (decimal): -15382170 or 6703381. OLE color: 6703381.

HSL color Cylindrical-coordinate representation of color #154966: hue angle of 201.48º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154966 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2173102-
CMYK0.790.2800.6
HSL201.48º65.85%24.12%-
HSV(B)201.48º79.41%40%-
XYZ5.095.8813.44-
YUV60.76151.2799.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 102 (40.23% from 255) = 52.04%
R=10.71%
G=37.24%
B=52.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21731020.790.2800.6201.4865.8524.12
Hex1549664F1C03Cc94218
Octal251111461173407431110230
Binary1010110010011100110100111111100011110011001001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154966; }

 p { color: rgb(21,73,102); }

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

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

 a { background-color: rgb(21,73,102); }

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

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

 span { border-color: rgb(21,73,102); }

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