Html Css Color HEX #18455B Astronaut Blue

📋 copy color: '#18455B'

red 24 ◦ green 69 ◦ blue 91

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

Shades of Astronaut Blue #18455B

Tints of Astronaut Blue #18455B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.5%

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

R = 13.04%
G = 37.5%
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

#18455B (or 0x18455B) is known color: Astronaut Blue. HEX triplet: 18, 45 and 5B. RGB value is (24,69,91). Sum of RGB (Red+Green+Blue) = 24+69+91=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #18455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18455B is #E7BAA4. Grayscale: #393939. Windows color (decimal): -15186597 or 5981464. OLE color: 5981464.

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

Color convert

RGB 24 69 91 -
CMYK 0.74 0.24 0 0.64
HSL 199.7º 0.58% 0.23% -
HSV(B) 199.7º 0.74% 0.36% -
XYZ 4.39 5.21 10.67 -
YUV 58.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 24 69 91 0.74 0.24 0 0.64 199.7 0.58 0.23
Hex 18 45 5B 4A 18 0 40 C8 3A 17
Octal 30 105 133 112 30 0 100 310 72 27
Binary 11000 1000101 1011011 1001010 11000 0 1000000 11001000 111010 10111

Color Harmonies of #18455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18455B

Black with #18455B

Text Example


Text Example

White with #18455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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