Html Css Color HEX #114966 Astronaut Blue

📋 copy color: '#114966'

red 17 ◦ green 73 ◦ blue 102

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

Shades of Astronaut Blue #114966

Tints of Astronaut Blue #114966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.02%

 BLUE value IS 102 (40.23% from 255) = 53.13%

R = 8.85%
G = 38.02%
B = 53.13%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#114966 (or 0x114966) is known color: Astronaut Blue. HEX triplet: 11, 49 and 66. RGB value is (17,73,102). Sum of RGB (Red+Green+Blue) = 17+73+102=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #114966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114966 is #EEB699. Grayscale: #3B3B3B. Windows color (decimal): -15644314 or 6703377. OLE color: 6703377.

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

Color convert

RGB 17 73 102 -
CMYK 0.83 0.28 0 0.6
HSL 200.47º 0.71% 0.23% -
HSV(B) 200.47º 0.83% 0.4% -
XYZ 5.01 5.84 13.43 -
YUV 59.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 17 73 102 0.83 0.28 0 0.6 200.47 0.71 0.23
Hex 11 49 66 53 1C 0 3C C8 47 17
Octal 21 111 146 123 34 0 74 310 107 27
Binary 10001 1001001 1100110 1010011 11100 0 111100 11001000 1000111 10111

Color Harmonies of #114966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114966

Black with #114966

Text Example


Text Example

White with #114966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114966; }

 p { color: rgb(17,73,102); }

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

background-color css

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

 a { background-color: rgb(17,73,102); }

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

border-color css

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

 span { border-color: rgb(17,73,102); }

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