Html Css Color HEX #11415B Astronaut Blue

📋 copy color: '#11415B'

red 17 ◦ green 65 ◦ blue 91

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

Shades of Astronaut Blue #11415B

Tints of Astronaut Blue #11415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52.6%

R = 9.83%
G = 37.57%
B = 52.6%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11415B (or 0x11415B) is known color: Astronaut Blue. HEX triplet: 11, 41 and 5B. RGB value is (17,65,91). Sum of RGB (Red+Green+Blue) = 17+65+91=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #11415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11415B is #EEBEA4. Grayscale: #353535. Windows color (decimal): -15646373 or 5980433. OLE color: 5980433.

HSL color Cylindrical-coordinate representation of color #11415B: hue angle of 201.08º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11415B is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 65 91 -
CMYK 0.81 0.29 0 0.64
HSL 201.08º 0.69% 0.21% -
HSV(B) 201.08º 0.81% 0.36% -
XYZ 4.01 4.66 10.58 -
YUV 53.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 17 65 91 0.81 0.29 0 0.64 201.08 0.69 0.21
Hex 11 41 5B 51 1D 0 40 C9 45 15
Octal 21 101 133 121 35 0 100 311 105 25
Binary 10001 1000001 1011011 1010001 11101 0 1000000 11001001 1000101 10101

Color Harmonies of #11415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11415B

Black with #11415B

Text Example


Text Example

White with #11415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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