Html Css Color HEX #18455F Astronaut Blue

📋 copy color: '#18455F'

red 24 ◦ green 69 ◦ blue 95

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

Shades of Astronaut Blue #18455F

Tints of Astronaut Blue #18455F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 50.53%

R = 12.77%
G = 36.7%
B = 50.53%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18455F (or 0x18455F) is known color: Astronaut Blue. HEX triplet: 18, 45 and 5F. RGB value is (24,69,95). Sum of RGB (Red+Green+Blue) = 24+69+95=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #18455F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18455F is #E7BAA0. Grayscale: #3A3A3A. Windows color (decimal): -15186593 or 6243608. OLE color: 6243608.

HSL color Cylindrical-coordinate representation of color #18455F: hue angle of 201.97º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18455F is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 69 95 -
CMYK 0.75 0.27 0 0.63
HSL 201.97º 0.6% 0.23% -
HSV(B) 201.97º 0.75% 0.37% -
XYZ 4.57 5.28 11.6 -
YUV 58.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 24 69 95 0.75 0.27 0 0.63 201.97 0.6 0.23
Hex 18 45 5F 4B 1B 0 3F CA 3C 17
Octal 30 105 137 113 33 0 77 312 74 27
Binary 11000 1000101 1011111 1001011 11011 0 111111 11001010 111100 10111

Color Harmonies of #18455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18455F

Black with #18455F

Text Example


Text Example

White with #18455F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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