Html Css Color HEX #11455A Astronaut Blue

📋 copy color: '#11455A'

red 17 ◦ green 69 ◦ blue 90

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

Shades of Astronaut Blue #11455A

Tints of Astronaut Blue #11455A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.14%

R = 9.66%
G = 39.2%
B = 51.14%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11455A (or 0x11455A) is known color: Astronaut Blue. HEX triplet: 11, 45 and 5A. RGB value is (17,69,90). Sum of RGB (Red+Green+Blue) = 17+69+90=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #11455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11455A is #EEBAA5. Grayscale: #373737. Windows color (decimal): -15645350 or 5915921. OLE color: 5915921.

HSL color Cylindrical-coordinate representation of color #11455A: hue angle of 197.26º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11455A is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 69 90 -
CMYK 0.81 0.23 0 0.65
HSL 197.26º 0.68% 0.21% -
HSV(B) 197.26º 0.81% 0.35% -
XYZ 4.2 5.11 10.44 -
YUV 55.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 17 69 90 0.81 0.23 0 0.65 197.26 0.68 0.21
Hex 11 45 5A 51 17 0 41 C5 44 15
Octal 21 105 132 121 27 0 101 305 104 25
Binary 10001 1000101 1011010 1010001 10111 0 1000001 11000101 1000100 10101

Color Harmonies of #11455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11455A

Black with #11455A

Text Example


Text Example

White with #11455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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