#18495A

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

Shades of Astronaut Blue #18495A

Tints of Astronaut Blue #18495A

Color information

#18495A (or 0x18495A) is unknown color: approx Astronaut Blue. HEX triplet: 18, 49 and 5A. RGB value is (24,73,90). Sum of RGB (Red+Green+Blue) = 24+73+90=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #18495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18495A is #E7B6A5. Grayscale: #3C3C3C. Windows color (decimal): -15185574 or 5916952. OLE color: 5916952.

HSL color Cylindrical-coordinate representation of color #18495A: hue angle of 195.45º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18495A is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB247390-
CMYK0.730.1900.65
HSL195.45º57.89%22.35%-
HSV(B)195.45º73.33%35.29%-
XYZ4.65.710.53-
YUV60.29144.77102.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.83%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=12.83%
G=39.04%
B=48.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2473900.730.1900.65195.4557.8922.35
Hex18495A4913041c33a16
Octal301111321112301013037226
Binary1100010010011011010100100110011010000011100001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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