Html Css Color HEX #18475C Astronaut Blue

📋 copy color: '#18475C'

red 24 ◦ green 71 ◦ blue 92

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

Shades of Astronaut Blue #18475C

Tints of Astronaut Blue #18475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.2%

R = 12.83%
G = 37.97%
B = 49.2%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18475C (or 0x18475C) is known color: Astronaut Blue. HEX triplet: 18, 47 and 5C. RGB value is (24,71,92). Sum of RGB (Red+Green+Blue) = 24+71+92=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #18475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18475C is #E7B8A3. Grayscale: #3B3B3B. Windows color (decimal): -15186084 or 6047512. OLE color: 6047512.

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

Color convert

RGB 24 71 92 -
CMYK 0.74 0.23 0 0.64
HSL 198.53º 0.59% 0.23% -
HSV(B) 198.53º 0.74% 0.36% -
XYZ 4.56 5.47 10.94 -
YUV 59.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 24 71 92 0.74 0.23 0 0.64 198.53 0.59 0.23
Hex 18 47 5C 4A 17 0 40 C7 3B 17
Octal 30 107 134 112 27 0 100 307 73 27
Binary 11000 1000111 1011100 1001010 10111 0 1000000 11000111 111011 10111

Color Harmonies of #18475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18475C

Black with #18475C

Text Example


Text Example

White with #18475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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