Html Css Color HEX #114D68 Astronaut Blue

📋 copy color: '#114D68'

red 17 ◦ green 77 ◦ blue 104

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

Shades of Astronaut Blue #114D68

Tints of Astronaut Blue #114D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.89%

 BLUE value IS 104 (41.02% from 255) = 52.53%

R = 8.59%
G = 38.89%
B = 52.53%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#114D68 (or 0x114D68) is known color: Astronaut Blue. HEX triplet: 11, 4D and 68. RGB value is (17,77,104). Sum of RGB (Red+Green+Blue) = 17+77+104=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #114D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D68 is #EEB297. Grayscale: #3D3D3D. Windows color (decimal): -15643288 or 6835473. OLE color: 6835473.

HSL color Cylindrical-coordinate representation of color #114D68: hue angle of 198.62º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114D68 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 77 104 -
CMYK 0.84 0.26 0 0.59
HSL 198.62º 0.72% 0.24% -
HSV(B) 198.62º 0.84% 0.41% -
XYZ 5.38 6.43 14.05 -
YUV 62.14 151.62 95.8 -
System Red Green Blue C M Y K H S L
Decimal 17 77 104 0.84 0.26 0 0.59 198.62 0.72 0.24
Hex 11 4D 68 54 1A 0 3B C7 48 18
Octal 21 115 150 124 32 0 73 307 110 30
Binary 10001 1001101 1101000 1010100 11010 0 111011 11000111 1001000 11000

Color Harmonies of #114D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D68

Black with #114D68

Text Example


Text Example

White with #114D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,77,104); }

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

background-color css

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

 a { background-color: rgb(17,77,104); }

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

border-color css

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

 span { border-color: rgb(17,77,104); }

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