Html Css Color HEX #114456 Astronaut Blue

📋 copy color: '#114456'

red 17 ◦ green 68 ◦ blue 86

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

Shades of Astronaut Blue #114456

Tints of Astronaut Blue #114456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 50.29%

R = 9.94%
G = 39.77%
B = 50.29%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114456 (or 0x114456) is known color: Astronaut Blue. HEX triplet: 11, 44 and 56. RGB value is (17,68,86). Sum of RGB (Red+Green+Blue) = 17+68+86=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #114456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114456 is #EEBBA9. Grayscale: #363636. Windows color (decimal): -15645610 or 5653521. OLE color: 5653521.

HSL color Cylindrical-coordinate representation of color #114456: hue angle of 195.65º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114456 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 68 86 -
CMYK 0.80 0.21 0 0.66
HSL 195.65º 0.67% 0.2% -
HSV(B) 195.65º 0.8% 0.34% -
XYZ 3.98 4.93 9.55 -
YUV 54.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 17 68 86 0.80 0.21 0 0.66 195.65 0.67 0.2
Hex 11 44 56 50 15 0 42 C4 43 14
Octal 21 104 126 120 25 0 102 304 103 24
Binary 10001 1000100 1010110 1010000 10101 0 1000010 11000100 1000011 10100

Color Harmonies of #114456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114456

Black with #114456

Text Example


Text Example

White with #114456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114456; }

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

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

background-color css

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

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

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

border-color css

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

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

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