Html Css Color HEX #11475F Astronaut Blue

📋 copy color: '#11475F'

red 17 ◦ green 71 ◦ blue 95

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

Shades of Astronaut Blue #11475F

Tints of Astronaut Blue #11475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.91%

R = 9.29%
G = 38.8%
B = 51.91%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11475F (or 0x11475F) is known color: Astronaut Blue. HEX triplet: 11, 47 and 5F. RGB value is (17,71,95). Sum of RGB (Red+Green+Blue) = 17+71+95=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #11475F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11475F is #EEB8A0. Grayscale: #393939. Windows color (decimal): -15644833 or 6244113. OLE color: 6244113.

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

Color convert

RGB 17 71 95 -
CMYK 0.82 0.25 0 0.63
HSL 198.46º 0.7% 0.22% -
HSV(B) 198.46º 0.82% 0.37% -
XYZ 4.55 5.45 11.64 -
YUV 57.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 17 71 95 0.82 0.25 0 0.63 198.46 0.7 0.22
Hex 11 47 5F 52 19 0 3F C6 46 16
Octal 21 107 137 122 31 0 77 306 106 26
Binary 10001 1000111 1011111 1010010 11001 0 111111 11000110 1000110 10110

Color Harmonies of #11475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11475F

Black with #11475F

Text Example


Text Example

White with #11475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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