Html Css Color HEX #114666 Astronaut Blue

📋 copy color: '#114666'

red 17 ◦ green 70 ◦ blue 102

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

Shades of Astronaut Blue #114666

Tints of Astronaut Blue #114666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.04%

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

R = 8.99%
G = 37.04%
B = 53.97%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#114666 (or 0x114666) is known color: Astronaut Blue. HEX triplet: 11, 46 and 66. RGB value is (17,70,102). Sum of RGB (Red+Green+Blue) = 17+70+102=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #114666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114666 is #EEB999. Grayscale: #393939. Windows color (decimal): -15645082 or 6702609. OLE color: 6702609.

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

Color convert

RGB 17 70 102 -
CMYK 0.83 0.31 0 0.6
HSL 202.59º 0.71% 0.23% -
HSV(B) 202.59º 0.83% 0.4% -
XYZ 4.82 5.46 13.37 -
YUV 57.8 152.94 98.9 -
System Red Green Blue C M Y K H S L
Decimal 17 70 102 0.83 0.31 0 0.6 202.59 0.71 0.23
Hex 11 46 66 53 1F 0 3C CB 47 17
Octal 21 106 146 123 37 0 74 313 107 27
Binary 10001 1000110 1100110 1010011 11111 0 111100 11001011 1000111 10111

Color Harmonies of #114666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114666

Black with #114666

Text Example


Text Example

White with #114666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114666; }

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

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

background-color css

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

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

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

border-color css

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

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

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