Html Css Color HEX #11445B Astronaut Blue

📋 copy color: '#11445B'

red 17 ◦ green 68 ◦ blue 91

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

Shades of Astronaut Blue #11445B

Tints of Astronaut Blue #11445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.64%

 BLUE value IS 91 (35.94% from 255) = 51.7%

R = 9.66%
G = 38.64%
B = 51.7%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11445B (or 0x11445B) is known color: Astronaut Blue. HEX triplet: 11, 44 and 5B. RGB value is (17,68,91). Sum of RGB (Red+Green+Blue) = 17+68+91=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #11445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11445B is #EEBBA4. Grayscale: #373737. Windows color (decimal): -15645605 or 5981201. OLE color: 5981201.

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

Color convert

RGB 17 68 91 -
CMYK 0.81 0.25 0 0.64
HSL 198.65º 0.69% 0.21% -
HSV(B) 198.65º 0.81% 0.36% -
XYZ 4.19 5.01 10.64 -
YUV 55.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 17 68 91 0.81 0.25 0 0.64 198.65 0.69 0.21
Hex 11 44 5B 51 19 0 40 C7 45 15
Octal 21 104 133 121 31 0 100 307 105 25
Binary 10001 1000100 1011011 1010001 11001 0 1000000 11000111 1000101 10101

Color Harmonies of #11445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11445B

Black with #11445B

Text Example


Text Example

White with #11445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11445B; }

 p { color: rgb(17,68,91); }

 H1.HeaderClassName
 {
   color: #11445B;
 }
 .AnyTagClassName
 {
   color: #11445B;
 }
</style>

background-color css

<style>
 a { background-color: #11445B; }

 a { background-color: rgb(17,68,91); }

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

border-color css

<style>
 span { border-color: #11445B; }

 span { border-color: rgb(17,68,91); }

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