Html Css Color HEX #18495E Astronaut Blue

📋 copy color: '#18495E'

red 24 ◦ green 73 ◦ blue 94

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

Shades of Astronaut Blue #18495E

Tints of Astronaut Blue #18495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.22%

 BLUE value IS 94 (37.11% from 255) = 49.21%

R = 12.57%
G = 38.22%
B = 49.21%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18495E (or 0x18495E) is known color: Astronaut Blue. HEX triplet: 18, 49 and 5E. RGB value is (24,73,94). Sum of RGB (Red+Green+Blue) = 24+73+94=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #18495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18495E is #E7B6A1. Grayscale: #3C3C3C. Windows color (decimal): -15185570 or 6179096. OLE color: 6179096.

HSL color Cylindrical-coordinate representation of color #18495E: hue angle of 198º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18495E is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 73 94 -
CMYK 0.74 0.22 0 0.63
HSL 198º 0.59% 0.23% -
HSV(B) 198º 0.74% 0.37% -
XYZ 4.78 5.77 11.45 -
YUV 60.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 24 73 94 0.74 0.22 0 0.63 198 0.59 0.23
Hex 18 49 5E 4A 16 0 3F C6 3B 17
Octal 30 111 136 112 26 0 77 306 73 27
Binary 11000 1001001 1011110 1001010 10110 0 111111 11000110 111011 10111

Color Harmonies of #18495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18495E

Black with #18495E

Text Example


Text Example

White with #18495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18495E; }

 p { color: rgb(24,73,94); }

 H1.HeaderClassName
 {
   color: #18495E;
 }
 .AnyTagClassName
 {
   color: #18495E;
 }
</style>

background-color css

<style>
 a { background-color: #18495E; }

 a { background-color: rgb(24,73,94); }

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

border-color css

<style>
 span { border-color: #18495E; }

 span { border-color: rgb(24,73,94); }

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