#154762

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

Shades of Astronaut Blue #154762

Tints of Astronaut Blue #154762

Color information

#154762 (or 0x154762) is unknown color: approx Astronaut Blue. HEX triplet: 15, 47 and 62. RGB value is (21,71,98). Sum of RGB (Red+Green+Blue) = 21+71+98=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #154762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154762 is #EAB89D. Grayscale: #3A3A3A. Windows color (decimal): -15382686 or 6440725. OLE color: 6440725.

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

Color convert

RGB217198-
CMYK0.790.2800.62
HSL201.04º64.71%23.33%-
HSV(B)201.04º78.57%38.43%-
XYZ4.775.5512.37-
YUV59.13149.94100.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 98 (38.67% from 255) = 51.58%
R=11.05%
G=37.37%
B=51.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2171980.790.2800.62201.0464.7123.33
Hex1547624F1C03Ec94117
Octal251071421173407631110127
Binary1010110001111100010100111111100011111011001001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154762; }

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

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

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

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

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

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

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

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