Html Css Color HEX #114459 Astronaut Blue

📋 copy color: '#114459'

red 17 ◦ green 68 ◦ blue 89

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

Shades of Astronaut Blue #114459

Tints of Astronaut Blue #114459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

 BLUE value IS 89 (35.16% from 255) = 51.15%

R = 9.77%
G = 39.08%
B = 51.15%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114459 (or 0x114459) is known color: Astronaut Blue. HEX triplet: 11, 44 and 59. RGB value is (17,68,89). Sum of RGB (Red+Green+Blue) = 17+68+89=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #114459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114459 is #EEBBA6. Grayscale: #373737. Windows color (decimal): -15645607 or 5850129. OLE color: 5850129.

HSL color Cylindrical-coordinate representation of color #114459: hue angle of 197.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114459 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 68 89 -
CMYK 0.81 0.24 0 0.65
HSL 197.5º 0.68% 0.21% -
HSV(B) 197.5º 0.81% 0.35% -
XYZ 4.1 4.97 10.2 -
YUV 55.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 17 68 89 0.81 0.24 0 0.65 197.5 0.68 0.21
Hex 11 44 59 51 18 0 41 C6 44 15
Octal 21 104 131 121 30 0 101 306 104 25
Binary 10001 1000100 1011001 1010001 11000 0 1000001 11000110 1000100 10101

Color Harmonies of #114459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114459

Black with #114459

Text Example


Text Example

White with #114459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114459; }

 p { color: rgb(17,68,89); }

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

background-color css

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

 a { background-color: rgb(17,68,89); }

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

border-color css

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

 span { border-color: rgb(17,68,89); }

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