Html Css Color HEX #11475A Astronaut Blue

📋 copy color: '#11475A'

red 17 ◦ green 71 ◦ blue 90

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

Shades of Astronaut Blue #11475A

Tints of Astronaut Blue #11475A

RGB

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

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

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

R = 9.55%
G = 39.89%
B = 50.56%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11475A (or 0x11475A) is known color: Astronaut Blue. HEX triplet: 11, 47 and 5A. RGB value is (17,71,90). Sum of RGB (Red+Green+Blue) = 17+71+90=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #11475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11475A is #EEB8A5. Grayscale: #383838. Windows color (decimal): -15644838 or 5916433. OLE color: 5916433.

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

Color convert

RGB 17 71 90 -
CMYK 0.81 0.21 0 0.65
HSL 195.62º 0.68% 0.21% -
HSV(B) 195.62º 0.81% 0.35% -
XYZ 4.33 5.36 10.48 -
YUV 57.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 17 71 90 0.81 0.21 0 0.65 195.62 0.68 0.21
Hex 11 47 5A 51 15 0 41 C4 44 15
Octal 21 107 132 121 25 0 101 304 104 25
Binary 10001 1000111 1011010 1010001 10101 0 1000001 11000100 1000100 10101

Color Harmonies of #11475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11475A

Black with #11475A

Text Example


Text Example

White with #11475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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