Html Css Color HEX #18455A Astronaut Blue

📋 copy color: '#18455A'

red 24 ◦ green 69 ◦ blue 90

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

Shades of Astronaut Blue #18455A

Tints of Astronaut Blue #18455A

RGB

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

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

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

R = 13.11%
G = 37.7%
B = 49.18%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18455A (or 0x18455A) is known color: Astronaut Blue. HEX triplet: 18, 45 and 5A. RGB value is (24,69,90). Sum of RGB (Red+Green+Blue) = 24+69+90=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #18455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18455A is #E7BAA5. Grayscale: #393939. Windows color (decimal): -15186598 or 5915928. OLE color: 5915928.

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

Color convert

RGB 24 69 90 -
CMYK 0.73 0.23 0 0.65
HSL 199.09º 0.58% 0.22% -
HSV(B) 199.09º 0.73% 0.35% -
XYZ 4.35 5.19 10.45 -
YUV 57.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 24 69 90 0.73 0.23 0 0.65 199.09 0.58 0.22
Hex 18 45 5A 49 17 0 41 C7 3A 16
Octal 30 105 132 111 27 0 101 307 72 26
Binary 11000 1000101 1011010 1001001 10111 0 1000001 11000111 111010 10110

Color Harmonies of #18455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18455A

Black with #18455A

Text Example


Text Example

White with #18455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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