Html Css Color HEX #18465B Astronaut Blue

📋 copy color: '#18465B'

red 24 ◦ green 70 ◦ blue 91

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

Shades of Astronaut Blue #18465B

Tints of Astronaut Blue #18465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.19%

R = 12.97%
G = 37.84%
B = 49.19%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18465B (or 0x18465B) is known color: Astronaut Blue. HEX triplet: 18, 46 and 5B. RGB value is (24,70,91). Sum of RGB (Red+Green+Blue) = 24+70+91=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #18465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18465B is #E7B9A4. Grayscale: #3A3A3A. Windows color (decimal): -15186341 or 5981720. OLE color: 5981720.

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

Color convert

RGB 24 70 91 -
CMYK 0.74 0.23 0 0.64
HSL 198.81º 0.58% 0.23% -
HSV(B) 198.81º 0.74% 0.36% -
XYZ 4.46 5.33 10.69 -
YUV 58.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 24 70 91 0.74 0.23 0 0.64 198.81 0.58 0.23
Hex 18 46 5B 4A 17 0 40 C7 3A 17
Octal 30 106 133 112 27 0 100 307 72 27
Binary 11000 1000110 1011011 1001010 10111 0 1000000 11000111 111010 10111

Color Harmonies of #18465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18465B

Black with #18465B

Text Example


Text Example

White with #18465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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