Html Css Color HEX #114F60 Astronaut Blue

📋 copy color: '#114F60'

red 17 ◦ green 79 ◦ blue 96

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

Shades of Astronaut Blue #114F60

Tints of Astronaut Blue #114F60

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.15%

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

R = 8.85%
G = 41.15%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114F60 (or 0x114F60) is known color: Astronaut Blue. HEX triplet: 11, 4F and 60. RGB value is (17,79,96). Sum of RGB (Red+Green+Blue) = 17+79+96=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #114F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F60 is #EEB09F. Grayscale: #3E3E3E. Windows color (decimal): -15642784 or 6311697. OLE color: 6311697.

HSL color Cylindrical-coordinate representation of color #114F60: hue angle of 192.91º 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 #114F60 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 79 96 -
CMYK 0.82 0.18 0 0.62
HSL 192.91º 0.7% 0.22% -
HSV(B) 192.91º 0.82% 0.38% -
XYZ 5.14 6.56 12.06 -
YUV 62.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 17 79 96 0.82 0.18 0 0.62 192.91 0.7 0.22
Hex 11 4F 60 52 12 0 3E C1 46 16
Octal 21 117 140 122 22 0 76 301 106 26
Binary 10001 1001111 1100000 1010010 10010 0 111110 11000001 1000110 10110

Color Harmonies of #114F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F60

Black with #114F60

Text Example


Text Example

White with #114F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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