Html Css Color HEX #114256 Astronaut Blue

📋 copy color: '#114256'

red 17 ◦ green 66 ◦ blue 86

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

Shades of Astronaut Blue #114256

Tints of Astronaut Blue #114256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.05%

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

R = 10.06%
G = 39.05%
B = 50.89%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114256 (or 0x114256) is known color: Astronaut Blue. HEX triplet: 11, 42 and 56. RGB value is (17,66,86). Sum of RGB (Red+Green+Blue) = 17+66+86=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #114256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114256 is #EEBDA9. Grayscale: #353535. Windows color (decimal): -15646122 or 5653009. OLE color: 5653009.

HSL color Cylindrical-coordinate representation of color #114256: hue angle of 197.39º 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 #114256 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 66 86 -
CMYK 0.80 0.23 0 0.66
HSL 197.39º 0.67% 0.2% -
HSV(B) 197.39º 0.8% 0.34% -
XYZ 3.86 4.69 9.51 -
YUV 53.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 17 66 86 0.80 0.23 0 0.66 197.39 0.67 0.2
Hex 11 42 56 50 17 0 42 C5 43 14
Octal 21 102 126 120 27 0 102 305 103 24
Binary 10001 1000010 1010110 1010000 10111 0 1000010 11000101 1000011 10100

Color Harmonies of #114256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114256

Black with #114256

Text Example


Text Example

White with #114256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114256; }

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

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

background-color css

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

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

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

border-color css

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

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

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