Html Css Color HEX #114C69 Astronaut Blue

📋 copy color: '#114C69'

red 17 ◦ green 76 ◦ blue 105

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

Shades of Astronaut Blue #114C69

Tints of Astronaut Blue #114C69

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.38%

 BLUE value IS 105 (41.41% from 255) = 53.03%

R = 8.59%
G = 38.38%
B = 53.03%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#114C69 (or 0x114C69) is known color: Astronaut Blue. HEX triplet: 11, 4C and 69. RGB value is (17,76,105). Sum of RGB (Red+Green+Blue) = 17+76+105=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #114C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C69 is #EEB396. Grayscale: #3D3D3D. Windows color (decimal): -15643543 or 6900753. OLE color: 6900753.

HSL color Cylindrical-coordinate representation of color #114C69: hue angle of 199.77º 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 #114C69 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 76 105 -
CMYK 0.84 0.28 0 0.59
HSL 199.77º 0.72% 0.24% -
HSV(B) 199.77º 0.84% 0.41% -
XYZ 5.37 6.31 14.3 -
YUV 61.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 17 76 105 0.84 0.28 0 0.59 199.77 0.72 0.24
Hex 11 4C 69 54 1C 0 3B C8 48 18
Octal 21 114 151 124 34 0 73 310 110 30
Binary 10001 1001100 1101001 1010100 11100 0 111011 11001000 1001000 11000

Color Harmonies of #114C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C69

Black with #114C69

Text Example


Text Example

White with #114C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,76,105); }

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

background-color css

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

 a { background-color: rgb(17,76,105); }

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

border-color css

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

 span { border-color: rgb(17,76,105); }

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