#18495B

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

Shades of Astronaut Blue #18495B

Tints of Astronaut Blue #18495B

Color information

#18495B (or 0x18495B) is unknown color: approx Astronaut Blue. HEX triplet: 18, 49 and 5B. RGB value is (24,73,91). Sum of RGB (Red+Green+Blue) = 24+73+91=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #18495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18495B is #E7B6A4. Grayscale: #3C3C3C. Windows color (decimal): -15185573 or 5982488. OLE color: 5982488.

HSL color Cylindrical-coordinate representation of color #18495B: hue angle of 196.12º degrees, saturation: 0.58, 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 #18495B is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB247391-
CMYK0.740.2000.64
HSL196.12º58.26%22.55%-
HSV(B)196.12º73.63%35.69%-
XYZ4.655.7110.76-
YUV60.4145.27102.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=12.77%
G=38.83%
B=48.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2473910.740.2000.64196.1258.2622.55
Hex18495B4A14040c43a17
Octal301111331122401003047227
Binary1100010010011011011100101010100010000001100010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18495B; }

 p { color: rgb(24,73,91); }

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

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

 a { background-color: rgb(24,73,91); }

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

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

 span { border-color: rgb(24,73,91); }

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