Html Css Color HEX #18495D Astronaut Blue

📋 copy color: '#18495D'

red 24 ◦ green 73 ◦ blue 93

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

Shades of Astronaut Blue #18495D

Tints of Astronaut Blue #18495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.95%

R = 12.63%
G = 38.42%
B = 48.95%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18495D (or 0x18495D) is known color: Astronaut Blue. HEX triplet: 18, 49 and 5D. RGB value is (24,73,93). Sum of RGB (Red+Green+Blue) = 24+73+93=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #18495D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18495D is #E7B6A2. Grayscale: #3C3C3C. Windows color (decimal): -15185571 or 6113560. OLE color: 6113560.

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

Color convert

RGB 24 73 93 -
CMYK 0.74 0.22 0 0.64
HSL 197.39º 0.59% 0.23% -
HSV(B) 197.39º 0.74% 0.36% -
XYZ 4.74 5.75 11.22 -
YUV 60.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 24 73 93 0.74 0.22 0 0.64 197.39 0.59 0.23
Hex 18 49 5D 4A 16 0 40 C5 3B 17
Octal 30 111 135 112 26 0 100 305 73 27
Binary 11000 1001001 1011101 1001010 10110 0 1000000 11000101 111011 10111

Color Harmonies of #18495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18495D

Black with #18495D

Text Example


Text Example

White with #18495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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