Html Css Color HEX #18475A Astronaut Blue

📋 copy color: '#18475A'

red 24 ◦ green 71 ◦ blue 90

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

Shades of Astronaut Blue #18475A

Tints of Astronaut Blue #18475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.65%

R = 12.97%
G = 38.38%
B = 48.65%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18475A (or 0x18475A) is known color: Astronaut Blue. HEX triplet: 18, 47 and 5A. RGB value is (24,71,90). Sum of RGB (Red+Green+Blue) = 24+71+90=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #18475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18475A is #E7B8A5. Grayscale: #3A3A3A. Windows color (decimal): -15186086 or 5916440. OLE color: 5916440.

HSL color Cylindrical-coordinate representation of color #18475A: hue angle of 197.27º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18475A is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 71 90 -
CMYK 0.73 0.21 0 0.65
HSL 197.27º 0.58% 0.22% -
HSV(B) 197.27º 0.73% 0.35% -
XYZ 4.48 5.44 10.49 -
YUV 59.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 24 71 90 0.73 0.21 0 0.65 197.27 0.58 0.22
Hex 18 47 5A 49 15 0 41 C5 3A 16
Octal 30 107 132 111 25 0 101 305 72 26
Binary 11000 1000111 1011010 1001001 10101 0 1000001 11000101 111010 10110

Color Harmonies of #18475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18475A

Black with #18475A

Text Example


Text Example

White with #18475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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