Html Css Color HEX #11485C Astronaut Blue

📋 copy color: '#11485C'

red 17 ◦ green 72 ◦ blue 92

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

Shades of Astronaut Blue #11485C

Tints of Astronaut Blue #11485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.83%

R = 9.39%
G = 39.78%
B = 50.83%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11485C (or 0x11485C) is known color: Astronaut Blue. HEX triplet: 11, 48 and 5C. RGB value is (17,72,92). Sum of RGB (Red+Green+Blue) = 17+72+92=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #11485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11485C is #EEB7A3. Grayscale: #393939. Windows color (decimal): -15644580 or 6047761. OLE color: 6047761.

HSL color Cylindrical-coordinate representation of color #11485C: hue angle of 196º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11485C is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 72 92 -
CMYK 0.82 0.22 0 0.64
HSL 196º 0.69% 0.21% -
HSV(B) 196º 0.82% 0.36% -
XYZ 4.48 5.53 10.96 -
YUV 57.84 147.28 98.87 -
System Red Green Blue C M Y K H S L
Decimal 17 72 92 0.82 0.22 0 0.64 196 0.69 0.21
Hex 11 48 5C 52 16 0 40 C4 45 15
Octal 21 110 134 122 26 0 100 304 105 25
Binary 10001 1001000 1011100 1010010 10110 0 1000000 11000100 1000101 10101

Color Harmonies of #11485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11485C

Black with #11485C

Text Example


Text Example

White with #11485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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