Html Css Color HEX #11415A Astronaut Blue

📋 copy color: '#11415A'

red 17 ◦ green 65 ◦ blue 90

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

Shades of Astronaut Blue #11415A

Tints of Astronaut Blue #11415A

RGB

 RED value IS 17 (7.03% from 255) = 9.88%

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

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

R = 9.88%
G = 37.79%
B = 52.33%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11415A (or 0x11415A) is known color: Astronaut Blue. HEX triplet: 11, 41 and 5A. RGB value is (17,65,90). Sum of RGB (Red+Green+Blue) = 17+65+90=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #11415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11415A is #EEBEA5. Grayscale: #353535. Windows color (decimal): -15646374 or 5914897. OLE color: 5914897.

HSL color Cylindrical-coordinate representation of color #11415A: hue angle of 200.55º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11415A is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 65 90 -
CMYK 0.81 0.28 0 0.65
HSL 200.55º 0.68% 0.21% -
HSV(B) 200.55º 0.81% 0.35% -
XYZ 3.97 4.64 10.36 -
YUV 53.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 17 65 90 0.81 0.28 0 0.65 200.55 0.68 0.21
Hex 11 41 5A 51 1C 0 41 C9 44 15
Octal 21 101 132 121 34 0 101 311 104 25
Binary 10001 1000001 1011010 1010001 11100 0 1000001 11001001 1000100 10101

Color Harmonies of #11415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11415A

Black with #11415A

Text Example


Text Example

White with #11415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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