Html Css Color HEX #18476C Astronaut Blue

📋 copy color: '#18476C'

red 24 ◦ green 71 ◦ blue 108

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

Shades of Astronaut Blue #18476C

Tints of Astronaut Blue #18476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.2%

R = 11.82%
G = 34.98%
B = 53.2%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18476C (or 0x18476C) is known color: Astronaut Blue. HEX triplet: 18, 47 and 6C. RGB value is (24,71,108). Sum of RGB (Red+Green+Blue) = 24+71+108=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #18476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18476C is #E7B893. Grayscale: #3C3C3C. Windows color (decimal): -15186068 or 7096088. OLE color: 7096088.

HSL color Cylindrical-coordinate representation of color #18476C: hue angle of 206.43º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18476C is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 71 108 -
CMYK 0.78 0.34 0 0.58
HSL 206.43º 0.64% 0.26% -
HSV(B) 206.43º 0.78% 0.42% -
XYZ 5.34 5.78 15.02 -
YUV 61.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 24 71 108 0.78 0.34 0 0.58 206.43 0.64 0.26
Hex 18 47 6C 4E 22 0 3A CE 40 1A
Octal 30 107 154 116 42 0 72 316 100 32
Binary 11000 1000111 1101100 1001110 100010 0 111010 11001110 1000000 11010

Color Harmonies of #18476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18476C

Black with #18476C

Text Example


Text Example

White with #18476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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