Html Css Color HEX #115267 Astronaut Blue

📋 copy color: '#115267'

red 17 ◦ green 82 ◦ blue 103

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

Shades of Astronaut Blue #115267

Tints of Astronaut Blue #115267

RGB

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

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

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

R = 8.42%
G = 40.59%
B = 50.99%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#115267 (or 0x115267) is known color: Astronaut Blue. HEX triplet: 11, 52 and 67. RGB value is (17,82,103). Sum of RGB (Red+Green+Blue) = 17+82+103=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #115267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115267 is #EEAD98. Grayscale: #404040. Windows color (decimal): -15642009 or 6771217. OLE color: 6771217.

HSL color Cylindrical-coordinate representation of color #115267: hue angle of 194.65º 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 #115267 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 82 103 -
CMYK 0.83 0.20 0 0.60
HSL 194.65º 0.72% 0.24% -
HSV(B) 194.65º 0.83% 0.4% -
XYZ 5.7 7.13 13.91 -
YUV 64.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 17 82 103 0.83 0.20 0 0.60 194.65 0.72 0.24
Hex 11 52 67 53 14 0 3C C3 48 18
Octal 21 122 147 123 24 0 74 303 110 30
Binary 10001 1010010 1100111 1010011 10100 0 111100 11000011 1001000 11000

Color Harmonies of #115267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115267

Black with #115267

Text Example


Text Example

White with #115267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115267; }

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

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

background-color css

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

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

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

border-color css

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

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

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