Html Css Color HEX #11465F Astronaut Blue

📋 copy color: '#11465F'

red 17 ◦ green 70 ◦ blue 95

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

Shades of Astronaut Blue #11465F

Tints of Astronaut Blue #11465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 52.2%

R = 9.34%
G = 38.46%
B = 52.2%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11465F (or 0x11465F) is known color: Astronaut Blue. HEX triplet: 11, 46 and 5F. RGB value is (17,70,95). Sum of RGB (Red+Green+Blue) = 17+70+95=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #11465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11465F is #EEB9A0. Grayscale: #383838. Windows color (decimal): -15645089 or 6243857. OLE color: 6243857.

HSL color Cylindrical-coordinate representation of color #11465F: hue angle of 199.23º degrees, saturation: 0.7, 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 #11465F is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 70 95 -
CMYK 0.82 0.26 0 0.63
HSL 199.23º 0.7% 0.22% -
HSV(B) 199.23º 0.82% 0.37% -
XYZ 4.49 5.33 11.62 -
YUV 57 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 17 70 95 0.82 0.26 0 0.63 199.23 0.7 0.22
Hex 11 46 5F 52 1A 0 3F C7 46 16
Octal 21 106 137 122 32 0 77 307 106 26
Binary 10001 1000110 1011111 1010010 11010 0 111111 11000111 1000110 10110

Color Harmonies of #11465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11465F

Black with #11465F

Text Example


Text Example

White with #11465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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