#154662

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

Shades of Astronaut Blue #154662

Tints of Astronaut Blue #154662

Color information

#154662 (or 0x154662) is unknown color: approx Astronaut Blue. HEX triplet: 15, 46 and 62. RGB value is (21,70,98). Sum of RGB (Red+Green+Blue) = 21+70+98=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #154662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154662 is #EAB99D. Grayscale: #3A3A3A. Windows color (decimal): -15382942 or 6440469. OLE color: 6440469.

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

Color convert

RGB217098-
CMYK0.790.2900.62
HSL201.82º64.71%23.33%-
HSV(B)201.82º78.57%38.43%-
XYZ4.75.4212.35-
YUV58.54150.27101.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 98 (38.67% from 255) = 51.85%
R=11.11%
G=37.04%
B=51.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2170980.790.2900.62201.8264.7123.33
Hex1546624F1D03Eca4117
Octal251061421173507631210127
Binary1010110001101100010100111111101011111011001010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154662; }

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

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

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

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

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

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

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

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