Html Css Color HEX #114669 Astronaut Blue

📋 copy color: '#114669'

red 17 ◦ green 70 ◦ blue 105

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

Shades of Astronaut Blue #114669

Tints of Astronaut Blue #114669

RGB

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

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

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

R = 8.85%
G = 36.46%
B = 54.69%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#114669 (or 0x114669) is known color: Astronaut Blue. HEX triplet: 11, 46 and 69. RGB value is (17,70,105). Sum of RGB (Red+Green+Blue) = 17+70+105=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #114669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114669 is #EEB996. Grayscale: #393939. Windows color (decimal): -15645079 or 6899217. OLE color: 6899217.

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

Color convert

RGB 17 70 105 -
CMYK 0.84 0.33 0 0.59
HSL 203.86º 0.72% 0.24% -
HSV(B) 203.86º 0.84% 0.41% -
XYZ 4.97 5.52 14.17 -
YUV 58.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 17 70 105 0.84 0.33 0 0.59 203.86 0.72 0.24
Hex 11 46 69 54 21 0 3B CC 48 18
Octal 21 106 151 124 41 0 73 314 110 30
Binary 10001 1000110 1101001 1010100 100001 0 111011 11001100 1001000 11000

Color Harmonies of #114669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114669

Black with #114669

Text Example


Text Example

White with #114669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114669; }

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

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

background-color css

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

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

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

border-color css

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

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

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