Html Css Color HEX #18425C Astronaut Blue

📋 copy color: '#18425C'

red 24 ◦ green 66 ◦ blue 92

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

Shades of Astronaut Blue #18425C

Tints of Astronaut Blue #18425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.26%

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

R = 13.19%
G = 36.26%
B = 50.55%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18425C (or 0x18425C) is known color: Astronaut Blue. HEX triplet: 18, 42 and 5C. RGB value is (24,66,92). Sum of RGB (Red+Green+Blue) = 24+66+92=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #18425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18425C is #E7BDA3. Grayscale: #383838. Windows color (decimal): -15187364 or 6046232. OLE color: 6046232.

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

Color convert

RGB 24 66 92 -
CMYK 0.74 0.28 0 0.64
HSL 202.94º 0.59% 0.23% -
HSV(B) 202.94º 0.74% 0.36% -
XYZ 4.26 4.86 10.84 -
YUV 56.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 24 66 92 0.74 0.28 0 0.64 202.94 0.59 0.23
Hex 18 42 5C 4A 1C 0 40 CB 3B 17
Octal 30 102 134 112 34 0 100 313 73 27
Binary 11000 1000010 1011100 1001010 11100 0 1000000 11001011 111011 10111

Color Harmonies of #18425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18425C

Black with #18425C

Text Example


Text Example

White with #18425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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