Html Css Color HEX #11475E Astronaut Blue

📋 copy color: '#11475E'

red 17 ◦ green 71 ◦ blue 94

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

Shades of Astronaut Blue #11475E

Tints of Astronaut Blue #11475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.01%

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

R = 9.34%
G = 39.01%
B = 51.65%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11475E (or 0x11475E) is known color: Astronaut Blue. HEX triplet: 11, 47 and 5E. RGB value is (17,71,94). Sum of RGB (Red+Green+Blue) = 17+71+94=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #11475E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11475E is #EEB8A1. Grayscale: #393939. Windows color (decimal): -15644834 or 6178577. OLE color: 6178577.

HSL color Cylindrical-coordinate representation of color #11475E: hue angle of 197.92º 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 #11475E is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 71 94 -
CMYK 0.82 0.24 0 0.63
HSL 197.92º 0.69% 0.22% -
HSV(B) 197.92º 0.82% 0.37% -
XYZ 4.5 5.43 11.4 -
YUV 57.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 17 71 94 0.82 0.24 0 0.63 197.92 0.69 0.22
Hex 11 47 5E 52 18 0 3F C6 45 16
Octal 21 107 136 122 30 0 77 306 105 26
Binary 10001 1000111 1011110 1010010 11000 0 111111 11000110 1000101 10110

Color Harmonies of #11475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11475E

Black with #11475E

Text Example


Text Example

White with #11475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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