Html Css Color HEX #18495A Astronaut Blue

📋 copy color: '#18495A'

red 24 ◦ green 73 ◦ blue 90

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

Shades of Astronaut Blue #18495A

Tints of Astronaut Blue #18495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.04%

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

R = 12.83%
G = 39.04%
B = 48.13%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18495A (or 0x18495A) is known color: Astronaut Blue. HEX triplet: 18, 49 and 5A. RGB value is (24,73,90). Sum of RGB (Red+Green+Blue) = 24+73+90=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #18495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18495A is #E7B6A5. Grayscale: #3C3C3C. Windows color (decimal): -15185574 or 5916952. OLE color: 5916952.

HSL color Cylindrical-coordinate representation of color #18495A: hue angle of 195.45º 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 #18495A is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 73 90 -
CMYK 0.73 0.19 0 0.65
HSL 195.45º 0.58% 0.22% -
HSV(B) 195.45º 0.73% 0.35% -
XYZ 4.6 5.7 10.53 -
YUV 60.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 24 73 90 0.73 0.19 0 0.65 195.45 0.58 0.22
Hex 18 49 5A 49 13 0 41 C3 3A 16
Octal 30 111 132 111 23 0 101 303 72 26
Binary 11000 1001001 1011010 1001001 10011 0 1000001 11000011 111010 10110

Color Harmonies of #18495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18495A

Black with #18495A

Text Example


Text Example

White with #18495A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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