Html Css Color HEX #114D67 Astronaut Blue

📋 copy color: '#114D67'

red 17 ◦ green 77 ◦ blue 103

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

Shades of Astronaut Blue #114D67

Tints of Astronaut Blue #114D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 52.28%

R = 8.63%
G = 39.09%
B = 52.28%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#114D67 (or 0x114D67) is known color: Astronaut Blue. HEX triplet: 11, 4D and 67. RGB value is (17,77,103). Sum of RGB (Red+Green+Blue) = 17+77+103=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #114D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D67 is #EEB298. Grayscale: #3D3D3D. Windows color (decimal): -15643289 or 6769937. OLE color: 6769937.

HSL color Cylindrical-coordinate representation of color #114D67: hue angle of 198.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114D67 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 77 103 -
CMYK 0.83 0.25 0 0.60
HSL 198.14º 0.72% 0.24% -
HSV(B) 198.14º 0.83% 0.4% -
XYZ 5.33 6.41 13.79 -
YUV 62.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 17 77 103 0.83 0.25 0 0.60 198.14 0.72 0.24
Hex 11 4D 67 53 19 0 3C C6 48 18
Octal 21 115 147 123 31 0 74 306 110 30
Binary 10001 1001101 1100111 1010011 11001 0 111100 11000110 1001000 11000

Color Harmonies of #114D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D67

Black with #114D67

Text Example


Text Example

White with #114D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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