#18435A

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

Shades of Astronaut Blue #18435A

Tints of Astronaut Blue #18435A

Color information

#18435A (or 0x18435A) is unknown color: approx Astronaut Blue. HEX triplet: 18, 43 and 5A. RGB value is (24,67,90). Sum of RGB (Red+Green+Blue) = 24+67+90=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #18435A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18435A is #E7BCA5. Grayscale: #383838. Windows color (decimal): -15187110 or 5915416. OLE color: 5915416.

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

Color convert

RGB246790-
CMYK0.730.2600.65
HSL200.91º57.89%22.35%-
HSV(B)200.91º73.33%35.29%-
XYZ4.234.9510.4-
YUV56.76146.75104.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.26%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=13.26%
G=37.02%
B=49.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2467900.730.2600.65200.9157.8922.35
Hex18435A491A041c93a16
Octal301031321113201013117226
Binary1100010000111011010100100111010010000011100100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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