Html Css Color HEX #11455E Astronaut Blue

📋 copy color: '#11455E'

red 17 ◦ green 69 ◦ blue 94

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

Shades of Astronaut Blue #11455E

Tints of Astronaut Blue #11455E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.33%

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

R = 9.44%
G = 38.33%
B = 52.22%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11455E (or 0x11455E) is known color: Astronaut Blue. HEX triplet: 11, 45 and 5E. RGB value is (17,69,94). Sum of RGB (Red+Green+Blue) = 17+69+94=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #11455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11455E is #EEBAA1. Grayscale: #383838. Windows color (decimal): -15645346 or 6178065. OLE color: 6178065.

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

Color convert

RGB 17 69 94 -
CMYK 0.82 0.27 0 0.63
HSL 199.48º 0.69% 0.22% -
HSV(B) 199.48º 0.82% 0.37% -
XYZ 4.38 5.18 11.36 -
YUV 56.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 17 69 94 0.82 0.27 0 0.63 199.48 0.69 0.22
Hex 11 45 5E 52 1B 0 3F C7 45 16
Octal 21 105 136 122 33 0 77 307 105 26
Binary 10001 1000101 1011110 1010010 11011 0 111111 11000111 1000101 10110

Color Harmonies of #11455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11455E

Black with #11455E

Text Example


Text Example

White with #11455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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