Html Css Color HEX #18455C Astronaut Blue

📋 copy color: '#18455C'

red 24 ◦ green 69 ◦ blue 92

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

Shades of Astronaut Blue #18455C

Tints of Astronaut Blue #18455C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.73%

R = 12.97%
G = 37.3%
B = 49.73%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18455C (or 0x18455C) is known color: Astronaut Blue. HEX triplet: 18, 45 and 5C. RGB value is (24,69,92). Sum of RGB (Red+Green+Blue) = 24+69+92=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #18455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18455C is #E7BAA3. Grayscale: #3A3A3A. Windows color (decimal): -15186596 or 6047000. OLE color: 6047000.

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

Color convert

RGB 24 69 92 -
CMYK 0.74 0.25 0 0.64
HSL 200.29º 0.59% 0.23% -
HSV(B) 200.29º 0.74% 0.36% -
XYZ 4.44 5.22 10.9 -
YUV 58.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 24 69 92 0.74 0.25 0 0.64 200.29 0.59 0.23
Hex 18 45 5C 4A 19 0 40 C8 3B 17
Octal 30 105 134 112 31 0 100 310 73 27
Binary 11000 1000101 1011100 1001010 11001 0 1000000 11001000 111011 10111

Color Harmonies of #18455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18455C

Black with #18455C

Text Example


Text Example

White with #18455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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