Html Css Color HEX #114B60 Astronaut Blue

📋 copy color: '#114B60'

red 17 ◦ green 75 ◦ blue 96

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

Shades of Astronaut Blue #114B60

Tints of Astronaut Blue #114B60

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.89%

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

R = 9.04%
G = 39.89%
B = 51.06%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114B60 (or 0x114B60) is known color: Astronaut Blue. HEX triplet: 11, 4B and 60. RGB value is (17,75,96). Sum of RGB (Red+Green+Blue) = 17+75+96=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #114B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B60 is #EEB49F. Grayscale: #3B3B3B. Windows color (decimal): -15643808 or 6310673. OLE color: 6310673.

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

Color convert

RGB 17 75 96 -
CMYK 0.82 0.22 0 0.62
HSL 195.95º 0.7% 0.22% -
HSV(B) 195.95º 0.82% 0.38% -
XYZ 4.86 6 11.97 -
YUV 60.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 17 75 96 0.82 0.22 0 0.62 195.95 0.7 0.22
Hex 11 4B 60 52 16 0 3E C4 46 16
Octal 21 113 140 122 26 0 76 304 106 26
Binary 10001 1001011 1100000 1010010 10110 0 111110 11000100 1000110 10110

Color Harmonies of #114B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114B60

Black with #114B60

Text Example


Text Example

White with #114B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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