Html Css Color HEX #18465C Astronaut Blue

📋 copy color: '#18465C'

red 24 ◦ green 70 ◦ blue 92

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

Shades of Astronaut Blue #18465C

Tints of Astronaut Blue #18465C

RGB

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

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

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

R = 12.9%
G = 37.63%
B = 49.46%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18465C (or 0x18465C) is known color: Astronaut Blue. HEX triplet: 18, 46 and 5C. RGB value is (24,70,92). Sum of RGB (Red+Green+Blue) = 24+70+92=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #18465C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18465C is #E7B9A3. Grayscale: #3A3A3A. Windows color (decimal): -15186340 or 6047256. OLE color: 6047256.

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

Color convert

RGB 24 70 92 -
CMYK 0.74 0.24 0 0.64
HSL 199.41º 0.59% 0.23% -
HSV(B) 199.41º 0.74% 0.36% -
XYZ 4.5 5.35 10.92 -
YUV 58.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 24 70 92 0.74 0.24 0 0.64 199.41 0.59 0.23
Hex 18 46 5C 4A 18 0 40 C7 3B 17
Octal 30 106 134 112 30 0 100 307 73 27
Binary 11000 1000110 1011100 1001010 11000 0 1000000 11000111 111011 10111

Color Harmonies of #18465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18465C

Black with #18465C

Text Example


Text Example

White with #18465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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