#154562

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

Shades of Astronaut Blue #154562

Tints of Astronaut Blue #154562

Color information

#154562 (or 0x154562) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 62. RGB value is (21,69,98). Sum of RGB (Red+Green+Blue) = 21+69+98=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #154562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154562 is #EABA9D. Grayscale: #393939. Windows color (decimal): -15383198 or 6440213. OLE color: 6440213.

HSL color Cylindrical-coordinate representation of color #154562: hue angle of 202.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154562 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB216998-
CMYK0.790.3000.62
HSL202.6º64.71%23.33%-
HSV(B)202.6º78.57%38.43%-
XYZ4.645.312.33-
YUV57.95150.6101.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=11.17%
G=36.70%
B=52.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2169980.790.3000.62202.664.7123.33
Hex1545624F1E03Ecb4117
Octal251051421173607631310127
Binary1010110001011100010100111111110011111011001011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154562; }

 p { color: rgb(21,69,98); }

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

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

 a { background-color: rgb(21,69,98); }

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

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

 span { border-color: rgb(21,69,98); }

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