Html Css Color HEX #18475D Astronaut Blue

📋 copy color: '#18475D'

red 24 ◦ green 71 ◦ blue 93

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

Shades of Astronaut Blue #18475D

Tints of Astronaut Blue #18475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

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

R = 12.77%
G = 37.77%
B = 49.47%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18475D (or 0x18475D) is known color: Astronaut Blue. HEX triplet: 18, 47 and 5D. RGB value is (24,71,93). Sum of RGB (Red+Green+Blue) = 24+71+93=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #18475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18475D is #E7B8A2. Grayscale: #3B3B3B. Windows color (decimal): -15186083 or 6113048. OLE color: 6113048.

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

Color convert

RGB 24 71 93 -
CMYK 0.74 0.24 0 0.64
HSL 199.13º 0.59% 0.23% -
HSV(B) 199.13º 0.74% 0.36% -
XYZ 4.61 5.49 11.17 -
YUV 59.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 24 71 93 0.74 0.24 0 0.64 199.13 0.59 0.23
Hex 18 47 5D 4A 18 0 40 C7 3B 17
Octal 30 107 135 112 30 0 100 307 73 27
Binary 11000 1000111 1011101 1001010 11000 0 1000000 11000111 111011 10111

Color Harmonies of #18475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18475D

Black with #18475D

Text Example


Text Example

White with #18475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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