Html Css Color HEX #18465D Astronaut Blue

📋 copy color: '#18465D'

red 24 ◦ green 70 ◦ blue 93

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

Shades of Astronaut Blue #18465D

Tints of Astronaut Blue #18465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

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

R = 12.83%
G = 37.43%
B = 49.73%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18465D (or 0x18465D) is known color: Astronaut Blue. HEX triplet: 18, 46 and 5D. RGB value is (24,70,93). Sum of RGB (Red+Green+Blue) = 24+70+93=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #18465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18465D is #E7B9A2. Grayscale: #3A3A3A. Windows color (decimal): -15186339 or 6112792. OLE color: 6112792.

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

Color convert

RGB 24 70 93 -
CMYK 0.74 0.25 0 0.64
HSL 200º 0.59% 0.23% -
HSV(B) 200º 0.74% 0.36% -
XYZ 4.54 5.36 11.15 -
YUV 58.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 24 70 93 0.74 0.25 0 0.64 200 0.59 0.23
Hex 18 46 5D 4A 19 0 40 C8 3B 17
Octal 30 106 135 112 31 0 100 310 73 27
Binary 11000 1000110 1011101 1001010 11001 0 1000000 11001000 111011 10111

Color Harmonies of #18465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18465D

Black with #18465D

Text Example


Text Example

White with #18465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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