#18415A

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

Shades of Astronaut Blue #18415A

Tints of Astronaut Blue #18415A

Color information

#18415A (or 0x18415A) is unknown color: approx Astronaut Blue. HEX triplet: 18, 41 and 5A. RGB value is (24,65,90). Sum of RGB (Red+Green+Blue) = 24+65+90=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #18415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18415A is #E7BEA5. Grayscale: #373737. Windows color (decimal): -15187622 or 5914904. OLE color: 5914904.

HSL color Cylindrical-coordinate representation of color #18415A: hue angle of 202.73º 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 #18415A is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB246590-
CMYK0.730.2800.65
HSL202.73º57.89%22.35%-
HSV(B)202.73º73.33%35.29%-
XYZ4.114.7110.37-
YUV55.59147.42105.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 90 (35.55% from 255) = 50.28%
R=13.41%
G=36.31%
B=50.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2465900.730.2800.65202.7357.8922.35
Hex18415A491C041cb3a16
Octal301011321113401013137226
Binary1100010000011011010100100111100010000011100101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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