Html Css Color HEX #18486D Astronaut Blue

📋 copy color: '#18486D'

red 24 ◦ green 72 ◦ blue 109

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

Shades of Astronaut Blue #18486D

Tints of Astronaut Blue #18486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 109 (42.97% from 255) = 53.17%

R = 11.71%
G = 35.12%
B = 53.17%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18486D (or 0x18486D) is known color: Astronaut Blue. HEX triplet: 18, 48 and 6D. RGB value is (24,72,109). Sum of RGB (Red+Green+Blue) = 24+72+109=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #18486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18486D is #E7B792. Grayscale: #3D3D3D. Windows color (decimal): -15185811 or 7161880. OLE color: 7161880.

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

Color convert

RGB 24 72 109 -
CMYK 0.78 0.34 0 0.57
HSL 206.12º 0.64% 0.26% -
HSV(B) 206.12º 0.78% 0.43% -
XYZ 5.45 5.93 15.33 -
YUV 61.87 154.6 100.99 -
System Red Green Blue C M Y K H S L
Decimal 24 72 109 0.78 0.34 0 0.57 206.12 0.64 0.26
Hex 18 48 6D 4E 22 0 39 CE 40 1A
Octal 30 110 155 116 42 0 71 316 100 32
Binary 11000 1001000 1101101 1001110 100010 0 111001 11001110 1000000 11010

Color Harmonies of #18486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18486D

Black with #18486D

Text Example


Text Example

White with #18486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,72,109); }

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

background-color css

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

 a { background-color: rgb(24,72,109); }

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

border-color css

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

 span { border-color: rgb(24,72,109); }

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