Html Css Color HEX #18455D Astronaut Blue

📋 copy color: '#18455D'

red 24 ◦ green 69 ◦ blue 93

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

Shades of Astronaut Blue #18455D

Tints of Astronaut Blue #18455D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50%

R = 12.9%
G = 37.1%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18455D (or 0x18455D) is known color: Astronaut Blue. HEX triplet: 18, 45 and 5D. RGB value is (24,69,93). Sum of RGB (Red+Green+Blue) = 24+69+93=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #18455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18455D is #E7BAA2. Grayscale: #3A3A3A. Windows color (decimal): -15186595 or 6112536. OLE color: 6112536.

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

Color convert

RGB 24 69 93 -
CMYK 0.74 0.26 0 0.64
HSL 200.87º 0.59% 0.23% -
HSV(B) 200.87º 0.74% 0.36% -
XYZ 4.48 5.24 11.13 -
YUV 58.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 24 69 93 0.74 0.26 0 0.64 200.87 0.59 0.23
Hex 18 45 5D 4A 1A 0 40 C9 3B 17
Octal 30 105 135 112 32 0 100 311 73 27
Binary 11000 1000101 1011101 1001010 11010 0 1000000 11001001 111011 10111

Color Harmonies of #18455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18455D

Black with #18455D

Text Example


Text Example

White with #18455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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