Html Css Color HEX #18496B Astronaut Blue

📋 copy color: '#18496B'

red 24 ◦ green 73 ◦ blue 107

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

Shades of Astronaut Blue #18496B

Tints of Astronaut Blue #18496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.45%

R = 11.76%
G = 35.78%
B = 52.45%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18496B (or 0x18496B) is known color: Astronaut Blue. HEX triplet: 18, 49 and 6B. RGB value is (24,73,107). Sum of RGB (Red+Green+Blue) = 24+73+107=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #18496B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18496B is #E7B694. Grayscale: #3E3E3E. Windows color (decimal): -15185557 or 7031064. OLE color: 7031064.

HSL color Cylindrical-coordinate representation of color #18496B: hue angle of 204.58º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18496B is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 73 107 -
CMYK 0.78 0.32 0 0.58
HSL 204.58º 0.63% 0.26% -
HSV(B) 204.58º 0.78% 0.42% -
XYZ 5.41 6.02 14.79 -
YUV 62.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 24 73 107 0.78 0.32 0 0.58 204.58 0.63 0.26
Hex 18 49 6B 4E 20 0 3A CD 3F 1A
Octal 30 111 153 116 40 0 72 315 77 32
Binary 11000 1001001 1101011 1001110 100000 0 111010 11001101 111111 11010

Color Harmonies of #18496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18496B

Black with #18496B

Text Example


Text Example

White with #18496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18496B; }

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

 H1.HeaderClassName
 {
   color: #18496B;
 }
 .AnyTagClassName
 {
   color: #18496B;
 }
</style>

background-color css

<style>
 a { background-color: #18496B; }

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

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

border-color css

<style>
 span { border-color: #18496B; }

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

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