Html Css Color HEX #114F63 Astronaut Blue

📋 copy color: '#114F63'

red 17 ◦ green 79 ◦ blue 99

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

Shades of Astronaut Blue #114F63

Tints of Astronaut Blue #114F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50.77%

R = 8.72%
G = 40.51%
B = 50.77%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#114F63 (or 0x114F63) is known color: Astronaut Blue. HEX triplet: 11, 4F and 63. RGB value is (17,79,99). Sum of RGB (Red+Green+Blue) = 17+79+99=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #114F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F63 is #EEB09C. Grayscale: #3E3E3E. Windows color (decimal): -15642781 or 6508305. OLE color: 6508305.

HSL color Cylindrical-coordinate representation of color #114F63: hue angle of 194.63º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114F63 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 79 99 -
CMYK 0.83 0.20 0 0.61
HSL 194.63º 0.71% 0.23% -
HSV(B) 194.63º 0.83% 0.39% -
XYZ 5.28 6.61 12.8 -
YUV 62.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 17 79 99 0.83 0.20 0 0.61 194.63 0.71 0.23
Hex 11 4F 63 53 14 0 3D C3 47 17
Octal 21 117 143 123 24 0 75 303 107 27
Binary 10001 1001111 1100011 1010011 10100 0 111101 11000011 1000111 10111

Color Harmonies of #114F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F63

Black with #114F63

Text Example


Text Example

White with #114F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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