#18475D

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

Shades of Astronaut Blue #18475D

Tints of Astronaut Blue #18475D

Color information

#18475D (or 0x18475D) is unknown color: approx Astronaut Blue. HEX triplet: 18, 47 and 5D. RGB value is (24,71,93). Sum of RGB (Red+Green+Blue) = 24+71+93=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #18475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18475D is #E7B8A2. Grayscale: #3B3B3B. Windows color (decimal): -15186083 or 6113048. OLE color: 6113048.

HSL color Cylindrical-coordinate representation of color #18475D: hue angle of 199.13º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18475D is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB247193-
CMYK0.740.2400.64
HSL199.13º58.97%22.94%-
HSV(B)199.13º74.19%36.47%-
XYZ4.615.4911.17-
YUV59.46146.93102.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 93 (36.72% from 255) = 49.47%
R=12.77%
G=37.77%
B=49.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2471930.740.2400.64199.1358.9722.94
Hex18475D4A18040c73b17
Octal301071351123001003077327
Binary1100010001111011101100101011000010000001100011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18475D; }

 p { color: rgb(24,71,93); }

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

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

 a { background-color: rgb(24,71,93); }

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

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

 span { border-color: rgb(24,71,93); }

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