Html Css Color HEX #114A66 Astronaut Blue

📋 copy color: '#114A66'

red 17 ◦ green 74 ◦ blue 102

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

Shades of Astronaut Blue #114A66

Tints of Astronaut Blue #114A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

 BLUE value IS 102 (40.23% from 255) = 52.85%

R = 8.81%
G = 38.34%
B = 52.85%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#114A66 (or 0x114A66) is known color: Astronaut Blue. HEX triplet: 11, 4A and 66. RGB value is (17,74,102). Sum of RGB (Red+Green+Blue) = 17+74+102=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #114A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A66 is #EEB599. Grayscale: #3B3B3B. Windows color (decimal): -15644058 or 6703633. OLE color: 6703633.

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

Color convert

RGB 17 74 102 -
CMYK 0.83 0.27 0 0.6
HSL 199.76º 0.71% 0.23% -
HSV(B) 199.76º 0.83% 0.4% -
XYZ 5.08 5.98 13.46 -
YUV 60.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 17 74 102 0.83 0.27 0 0.6 199.76 0.71 0.23
Hex 11 4A 66 53 1B 0 3C C8 47 17
Octal 21 112 146 123 33 0 74 310 107 27
Binary 10001 1001010 1100110 1010011 11011 0 111100 11001000 1000111 10111

Color Harmonies of #114A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A66

Black with #114A66

Text Example


Text Example

White with #114A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,74,102); }

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

background-color css

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

 a { background-color: rgb(17,74,102); }

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

border-color css

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

 span { border-color: rgb(17,74,102); }

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