Html Css Color HEX #11485E Astronaut Blue

📋 copy color: '#11485E'

red 17 ◦ green 72 ◦ blue 94

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

Shades of Astronaut Blue #11485E

Tints of Astronaut Blue #11485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

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

R = 9.29%
G = 39.34%
B = 51.37%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11485E (or 0x11485E) is known color: Astronaut Blue. HEX triplet: 11, 48 and 5E. RGB value is (17,72,94). Sum of RGB (Red+Green+Blue) = 17+72+94=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #11485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11485E is #EEB7A1. Grayscale: #393939. Windows color (decimal): -15644578 or 6178833. OLE color: 6178833.

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

Color convert

RGB 17 72 94 -
CMYK 0.82 0.23 0 0.63
HSL 197.14º 0.69% 0.22% -
HSV(B) 197.14º 0.82% 0.37% -
XYZ 4.57 5.56 11.42 -
YUV 58.06 148.28 98.71 -
System Red Green Blue C M Y K H S L
Decimal 17 72 94 0.82 0.23 0 0.63 197.14 0.69 0.22
Hex 11 48 5E 52 17 0 3F C5 45 16
Octal 21 110 136 122 27 0 77 305 105 26
Binary 10001 1001000 1011110 1010010 10111 0 111111 11000101 1000101 10110

Color Harmonies of #11485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11485E

Black with #11485E

Text Example


Text Example

White with #11485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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