#18455B

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

Shades of Astronaut Blue #18455B

Tints of Astronaut Blue #18455B

Color information

#18455B (or 0x18455B) is unknown color: approx Astronaut Blue. HEX triplet: 18, 45 and 5B. RGB value is (24,69,91). Sum of RGB (Red+Green+Blue) = 24+69+91=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #18455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18455B is #E7BAA4. Grayscale: #393939. Windows color (decimal): -15186597 or 5981464. OLE color: 5981464.

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

Color convert

RGB246991-
CMYK0.740.2400.64
HSL199.7º58.26%22.55%-
HSV(B)199.7º73.63%35.69%-
XYZ4.395.2110.67-
YUV58.05146.59103.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=13.04%
G=37.5%
B=49.46%

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
Decimal2469910.740.2400.64199.758.2622.55
Hex18455B4A18040c83a17
Octal301051331123001003107227
Binary1100010001011011011100101011000010000001100100011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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