Html Css Color HEX #18415A Astronaut Blue

📋 copy color: '#18415A'

red 24 ◦ green 65 ◦ blue 90

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

Shades of Astronaut Blue #18415A

Tints of Astronaut Blue #18415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.31%

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

R = 13.41%
G = 36.31%
B = 50.28%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18415A (or 0x18415A) is known color: Astronaut Blue. HEX triplet: 18, 41 and 5A. RGB value is (24,65,90). Sum of RGB (Red+Green+Blue) = 24+65+90=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #18415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18415A is #E7BEA5. Grayscale: #373737. Windows color (decimal): -15187622 or 5914904. OLE color: 5914904.

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

Color convert

RGB 24 65 90 -
CMYK 0.73 0.28 0 0.65
HSL 202.73º 0.58% 0.22% -
HSV(B) 202.73º 0.73% 0.35% -
XYZ 4.11 4.71 10.37 -
YUV 55.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 24 65 90 0.73 0.28 0 0.65 202.73 0.58 0.22
Hex 18 41 5A 49 1C 0 41 CB 3A 16
Octal 30 101 132 111 34 0 101 313 72 26
Binary 11000 1000001 1011010 1001001 11100 0 1000001 11001011 111010 10110

Color Harmonies of #18415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18415A

Black with #18415A

Text Example


Text Example

White with #18415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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