Html Css Color HEX #114F65 Astronaut Blue

📋 copy color: '#114F65'

red 17 ◦ green 79 ◦ blue 101

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

Shades of Astronaut Blue #114F65

Tints of Astronaut Blue #114F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 51.27%

R = 8.63%
G = 40.1%
B = 51.27%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#114F65 (or 0x114F65) is known color: Astronaut Blue. HEX triplet: 11, 4F and 65. RGB value is (17,79,101). Sum of RGB (Red+Green+Blue) = 17+79+101=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #114F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F65 is #EEB09A. Grayscale: #3E3E3E. Windows color (decimal): -15642779 or 6639377. OLE color: 6639377.

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

Color convert

RGB 17 79 101 -
CMYK 0.83 0.22 0 0.60
HSL 195.71º 0.71% 0.23% -
HSV(B) 195.71º 0.83% 0.4% -
XYZ 5.38 6.65 13.31 -
YUV 62.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 17 79 101 0.83 0.22 0 0.60 195.71 0.71 0.23
Hex 11 4F 65 53 16 0 3C C4 47 17
Octal 21 117 145 123 26 0 74 304 107 27
Binary 10001 1001111 1100101 1010011 10110 0 111100 11000100 1000111 10111

Color Harmonies of #114F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F65

Black with #114F65

Text Example


Text Example

White with #114F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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