Html Css Color HEX #115265 Astronaut Blue

📋 copy color: '#115265'

red 17 ◦ green 82 ◦ blue 101

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

Shades of Astronaut Blue #115265

Tints of Astronaut Blue #115265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41%

 BLUE value IS 101 (39.84% from 255) = 50.5%

R = 8.5%
G = 41%
B = 50.5%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#115265 (or 0x115265) is known color: Astronaut Blue. HEX triplet: 11, 52 and 65. RGB value is (17,82,101). Sum of RGB (Red+Green+Blue) = 17+82+101=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #115265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115265 is #EEAD9A. Grayscale: #404040. Windows color (decimal): -15642011 or 6640145. OLE color: 6640145.

HSL color Cylindrical-coordinate representation of color #115265: hue angle of 193.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115265 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 82 101 -
CMYK 0.83 0.19 0 0.60
HSL 193.57º 0.71% 0.23% -
HSV(B) 193.57º 0.83% 0.4% -
XYZ 5.6 7.09 13.39 -
YUV 64.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 17 82 101 0.83 0.19 0 0.60 193.57 0.71 0.23
Hex 11 52 65 53 13 0 3C C2 47 17
Octal 21 122 145 123 23 0 74 302 107 27
Binary 10001 1010010 1100101 1010011 10011 0 111100 11000010 1000111 10111

Color Harmonies of #115265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115265

Black with #115265

Text Example


Text Example

White with #115265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115265; }

 p { color: rgb(17,82,101); }

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

background-color css

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

 a { background-color: rgb(17,82,101); }

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

border-color css

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

 span { border-color: rgb(17,82,101); }

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