Html Css Color HEX #11465D Astronaut Blue

📋 copy color: '#11465D'

red 17 ◦ green 70 ◦ blue 93

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

Shades of Astronaut Blue #11465D

Tints of Astronaut Blue #11465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.89%

 BLUE value IS 93 (36.72% from 255) = 51.67%

R = 9.44%
G = 38.89%
B = 51.67%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11465D (or 0x11465D) is known color: Astronaut Blue. HEX triplet: 11, 46 and 5D. RGB value is (17,70,93). Sum of RGB (Red+Green+Blue) = 17+70+93=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #11465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11465D is #EEB9A2. Grayscale: #383838. Windows color (decimal): -15645091 or 6112785. OLE color: 6112785.

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

Color convert

RGB 17 70 93 -
CMYK 0.82 0.25 0 0.64
HSL 198.16º 0.69% 0.22% -
HSV(B) 198.16º 0.82% 0.36% -
XYZ 4.4 5.29 11.15 -
YUV 56.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 17 70 93 0.82 0.25 0 0.64 198.16 0.69 0.22
Hex 11 46 5D 52 19 0 40 C6 45 16
Octal 21 106 135 122 31 0 100 306 105 26
Binary 10001 1000110 1011101 1010010 11001 0 1000000 11000110 1000101 10110

Color Harmonies of #11465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11465D

Black with #11465D

Text Example


Text Example

White with #11465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11465D; }

 p { color: rgb(17,70,93); }

 H1.HeaderClassName
 {
   color: #11465D;
 }
 .AnyTagClassName
 {
   color: #11465D;
 }
</style>

background-color css

<style>
 a { background-color: #11465D; }

 a { background-color: rgb(17,70,93); }

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

border-color css

<style>
 span { border-color: #11465D; }

 span { border-color: rgb(17,70,93); }

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