Html Css Color HEX #114866 Astronaut Blue

📋 copy color: '#114866'

red 17 ◦ green 72 ◦ blue 102

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

Shades of Astronaut Blue #114866

Tints of Astronaut Blue #114866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

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

R = 8.9%
G = 37.7%
B = 53.4%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#114866 (or 0x114866) is known color: Astronaut Blue. HEX triplet: 11, 48 and 66. RGB value is (17,72,102). Sum of RGB (Red+Green+Blue) = 17+72+102=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #114866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114866 is #EEB799. Grayscale: #3A3A3A. Windows color (decimal): -15644570 or 6703121. OLE color: 6703121.

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

Color convert

RGB 17 72 102 -
CMYK 0.83 0.29 0 0.6
HSL 201.18º 0.71% 0.23% -
HSV(B) 201.18º 0.83% 0.4% -
XYZ 4.95 5.71 13.41 -
YUV 58.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 17 72 102 0.83 0.29 0 0.6 201.18 0.71 0.23
Hex 11 48 66 53 1D 0 3C C9 47 17
Octal 21 110 146 123 35 0 74 311 107 27
Binary 10001 1001000 1100110 1010011 11101 0 111100 11001001 1000111 10111

Color Harmonies of #114866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114866

Black with #114866

Text Example


Text Example

White with #114866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114866; }

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

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

background-color css

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

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

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

border-color css

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

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

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