Html Css Color HEX #18465A Astronaut Blue

📋 copy color: '#18465A'

red 24 ◦ green 70 ◦ blue 90

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

Shades of Astronaut Blue #18465A

Tints of Astronaut Blue #18465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.91%

R = 13.04%
G = 38.04%
B = 48.91%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18465A (or 0x18465A) is known color: Astronaut Blue. HEX triplet: 18, 46 and 5A. RGB value is (24,70,90). Sum of RGB (Red+Green+Blue) = 24+70+90=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #18465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18465A is #E7B9A5. Grayscale: #3A3A3A. Windows color (decimal): -15186342 or 5916184. OLE color: 5916184.

HSL color Cylindrical-coordinate representation of color #18465A: hue angle of 198.18º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18465A is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 70 90 -
CMYK 0.73 0.22 0 0.65
HSL 198.18º 0.58% 0.22% -
HSV(B) 198.18º 0.73% 0.35% -
XYZ 4.41 5.31 10.47 -
YUV 58.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 24 70 90 0.73 0.22 0 0.65 198.18 0.58 0.22
Hex 18 46 5A 49 16 0 41 C6 3A 16
Octal 30 106 132 111 26 0 101 306 72 26
Binary 11000 1000110 1011010 1001001 10110 0 1000001 11000110 111010 10110

Color Harmonies of #18465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18465A

Black with #18465A

Text Example


Text Example

White with #18465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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