#18445C

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

Shades of Astronaut Blue #18445C

Tints of Astronaut Blue #18445C

Color information

#18445C (or 0x18445C) is unknown color: approx Astronaut Blue. HEX triplet: 18, 44 and 5C. RGB value is (24,68,92). Sum of RGB (Red+Green+Blue) = 24+68+92=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #18445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18445C is #E7BBA3. Grayscale: #393939. Windows color (decimal): -15186852 or 6046744. OLE color: 6046744.

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

Color convert

RGB246892-
CMYK0.740.2600.64
HSL201.18º58.62%22.75%-
HSV(B)201.18º73.91%36.08%-
XYZ4.385.110.88-
YUV57.58147.42104.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 92 (36.33% from 255) = 50%
R=13.04%
G=36.96%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2468920.740.2600.64201.1858.6222.75
Hex18445C4A1A040c93b17
Octal301041341123201003117327
Binary1100010001001011100100101011010010000001100100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18445C; }

 p { color: rgb(24,68,92); }

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

<style>
 a { background-color: #18445C; }

 a { background-color: rgb(24,68,92); }

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

<style>
 span { border-color: #18445C; }

 span { border-color: rgb(24,68,92); }

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