#114B61

Color #114B61 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #114B61

Tints of Astronaut Blue #114B61

Color information

#114B61 (or 0x114B61) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4B and 61. RGB value is (17,75,97). Sum of RGB (Red+Green+Blue) = 17+75+97=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #114B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B61 is #EEB49E. Grayscale: #3C3C3C. Windows color (decimal): -15643807 or 6376209. OLE color: 6376209.

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

Color convert

RGB177597-
CMYK0.820.2300.62
HSL196.5º70.18%22.35%-
HSV(B)196.5º82.47%38.04%-
XYZ4.96.0112.21-
YUV60.17148.7897.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=8.99%
G=39.68%
B=51.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1775970.820.2300.62196.570.1822.35
Hex114B61521703Ec44616
Octal211131411222707630410626
Binary1000110010111100001101001010111011111011000100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #114B61;
 }
 .AnyTagClassName
 {
   color: #114B61;
 }
</style>
background-color css

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

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

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

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

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

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