#18435F

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

Shades of Astronaut Blue #18435F

Tints of Astronaut Blue #18435F

Color information

#18435F (or 0x18435F) is unknown color: approx Astronaut Blue. HEX triplet: 18, 43 and 5F. RGB value is (24,67,95). Sum of RGB (Red+Green+Blue) = 24+67+95=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #18435F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18435F is #E7BCA0. Grayscale: #393939. Windows color (decimal): -15187105 or 6243096. OLE color: 6243096.

HSL color Cylindrical-coordinate representation of color #18435F: hue angle of 203.66º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18435F is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB246795-
CMYK0.750.2900.63
HSL203.66º59.66%23.33%-
HSV(B)203.66º74.74%37.25%-
XYZ4.455.0311.56-
YUV57.34149.25104.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 95 (37.5% from 255) = 51.08%
R=12.90%
G=36.02%
B=51.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2467950.750.2900.63203.6659.6623.33
Hex18435F4B1D03Fcc3c17
Octal30103137113350773147427
Binary110001000011101111110010111110101111111100110011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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