Html Css Color HEX #18465F Astronaut Blue

📋 copy color: '#18465F'

red 24 ◦ green 70 ◦ blue 95

#18465F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #18465F

Tints of Astronaut Blue #18465F

RGB

 RED value IS 24 (9.77% from 255) = 12.7%

 GREEN value IS 70 (27.73% from 255) = 37.04%

 BLUE value IS 95 (37.5% from 255) = 50.26%

R = 12.7%
G = 37.04%
B = 50.26%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18465F (or 0x18465F) is known color: Astronaut Blue. HEX triplet: 18, 46 and 5F. RGB value is (24,70,95). Sum of RGB (Red+Green+Blue) = 24+70+95=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #18465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18465F is #E7B9A0. Grayscale: #3A3A3A. Windows color (decimal): -15186337 or 6243864. OLE color: 6243864.

HSL color Cylindrical-coordinate representation of color #18465F: hue angle of 201.13º 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 #18465F is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 70 95 -
CMYK 0.75 0.26 0 0.63
HSL 201.13º 0.6% 0.23% -
HSV(B) 201.13º 0.75% 0.37% -
XYZ 4.63 5.4 11.62 -
YUV 59.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 24 70 95 0.75 0.26 0 0.63 201.13 0.6 0.23
Hex 18 46 5F 4B 1A 0 3F C9 3C 17
Octal 30 106 137 113 32 0 77 311 74 27
Binary 11000 1000110 1011111 1001011 11010 0 111111 11001001 111100 10111

Color Harmonies of #18465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18465F

Black with #18465F

Text Example


Text Example

White with #18465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18465F;
 }
 .AnyTagClassName
 {
   color: #18465F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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