Html Css Color HEX #114960 Astronaut Blue

📋 copy color: '#114960'

red 17 ◦ green 73 ◦ blue 96

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

Shades of Astronaut Blue #114960

Tints of Astronaut Blue #114960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.61%

R = 9.14%
G = 39.25%
B = 51.61%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114960 (or 0x114960) is known color: Astronaut Blue. HEX triplet: 11, 49 and 60. RGB value is (17,73,96). Sum of RGB (Red+Green+Blue) = 17+73+96=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #114960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114960 is #EEB69F. Grayscale: #3A3A3A. Windows color (decimal): -15644320 or 6310161. OLE color: 6310161.

HSL color Cylindrical-coordinate representation of color #114960: hue angle of 197.47º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114960 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 73 96 -
CMYK 0.82 0.24 0 0.62
HSL 197.47º 0.7% 0.22% -
HSV(B) 197.47º 0.82% 0.38% -
XYZ 4.73 5.73 11.92 -
YUV 58.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 17 73 96 0.82 0.24 0 0.62 197.47 0.7 0.22
Hex 11 49 60 52 18 0 3E C5 46 16
Octal 21 111 140 122 30 0 76 305 106 26
Binary 10001 1001001 1100000 1010010 11000 0 111110 11000101 1000110 10110

Color Harmonies of #114960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114960

Black with #114960

Text Example


Text Example

White with #114960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114960; }

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

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

background-color css

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

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

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

border-color css

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

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

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