Html Css Color HEX #11495E Astronaut Blue

📋 copy color: '#11495E'

red 17 ◦ green 73 ◦ blue 94

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

Shades of Astronaut Blue #11495E

Tints of Astronaut Blue #11495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.67%

 BLUE value IS 94 (37.11% from 255) = 51.09%

R = 9.24%
G = 39.67%
B = 51.09%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11495E (or 0x11495E) is known color: Astronaut Blue. HEX triplet: 11, 49 and 5E. RGB value is (17,73,94). Sum of RGB (Red+Green+Blue) = 17+73+94=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #11495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11495E is #EEB6A1. Grayscale: #3A3A3A. Windows color (decimal): -15644322 or 6179089. OLE color: 6179089.

HSL color Cylindrical-coordinate representation of color #11495E: hue angle of 196.36º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11495E is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 73 94 -
CMYK 0.82 0.22 0 0.63
HSL 196.36º 0.69% 0.22% -
HSV(B) 196.36º 0.82% 0.37% -
XYZ 4.63 5.69 11.44 -
YUV 58.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 17 73 94 0.82 0.22 0 0.63 196.36 0.69 0.22
Hex 11 49 5E 52 16 0 3F C4 45 16
Octal 21 111 136 122 26 0 77 304 105 26
Binary 10001 1001001 1011110 1010010 10110 0 111111 11000100 1000101 10110

Color Harmonies of #11495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11495E

Black with #11495E

Text Example


Text Example

White with #11495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11495E; }

 p { color: rgb(17,73,94); }

 H1.HeaderClassName
 {
   color: #11495E;
 }
 .AnyTagClassName
 {
   color: #11495E;
 }
</style>

background-color css

<style>
 a { background-color: #11495E; }

 a { background-color: rgb(17,73,94); }

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

border-color css

<style>
 span { border-color: #11495E; }

 span { border-color: rgb(17,73,94); }

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