Html Css Color HEX #115167 Astronaut Blue

📋 copy color: '#115167'

red 17 ◦ green 81 ◦ blue 103

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

Shades of Astronaut Blue #115167

Tints of Astronaut Blue #115167

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

 BLUE value IS 103 (40.63% from 255) = 51.24%

R = 8.46%
G = 40.3%
B = 51.24%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#115167 (or 0x115167) is known color: Astronaut Blue. HEX triplet: 11, 51 and 67. RGB value is (17,81,103). Sum of RGB (Red+Green+Blue) = 17+81+103=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #115167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115167 is #EEAE98. Grayscale: #404040. Windows color (decimal): -15642265 or 6770961. OLE color: 6770961.

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

Color convert

RGB 17 81 103 -
CMYK 0.83 0.21 0 0.60
HSL 195.35º 0.72% 0.24% -
HSV(B) 195.35º 0.83% 0.4% -
XYZ 5.62 6.98 13.88 -
YUV 64.37 149.8 94.21 -
System Red Green Blue C M Y K H S L
Decimal 17 81 103 0.83 0.21 0 0.60 195.35 0.72 0.24
Hex 11 51 67 53 15 0 3C C3 48 18
Octal 21 121 147 123 25 0 74 303 110 30
Binary 10001 1010001 1100111 1010011 10101 0 111100 11000011 1001000 11000

Color Harmonies of #115167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115167

Black with #115167

Text Example


Text Example

White with #115167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115167; }

 p { color: rgb(17,81,103); }

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

background-color css

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

 a { background-color: rgb(17,81,103); }

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

border-color css

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

 span { border-color: rgb(17,81,103); }

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