#154965

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

Shades of Astronaut Blue #154965

Tints of Astronaut Blue #154965

Color information

#154965 (or 0x154965) is unknown color: approx Astronaut Blue. HEX triplet: 15, 49 and 65. RGB value is (21,73,101). Sum of RGB (Red+Green+Blue) = 21+73+101=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #154965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154965 is #EAB69A. Grayscale: #3C3C3C. Windows color (decimal): -15382171 or 6637845. OLE color: 6637845.

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

Color convert

RGB2173101-
CMYK0.790.2800.60
HSL201º65.57%23.92%-
HSV(B)201º79.21%39.61%-
XYZ5.045.8613.18-
YUV60.64150.7799.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 101 (39.84% from 255) = 51.79%
R=10.77%
G=37.44%
B=51.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21731010.790.2800.6020165.5723.92
Hex1549654F1C03Cc94218
Octal251111451173407431110230
Binary1010110010011100101100111111100011110011001001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154965; }

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

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

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

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

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

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

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

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