Html Css Color HEX #114560 Astronaut Blue

📋 copy color: '#114560'

red 17 ◦ green 69 ◦ blue 96

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

Shades of Astronaut Blue #114560

Tints of Astronaut Blue #114560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.91%

 BLUE value IS 96 (37.89% from 255) = 52.75%

R = 9.34%
G = 37.91%
B = 52.75%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114560 (or 0x114560) is known color: Astronaut Blue. HEX triplet: 11, 45 and 60. RGB value is (17,69,96). Sum of RGB (Red+Green+Blue) = 17+69+96=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #114560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114560 is #EEBA9F. Grayscale: #383838. Windows color (decimal): -15645344 or 6309137. OLE color: 6309137.

HSL color Cylindrical-coordinate representation of color #114560: hue angle of 200.51º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114560 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 69 96 -
CMYK 0.82 0.28 0 0.62
HSL 200.51º 0.7% 0.22% -
HSV(B) 200.51º 0.82% 0.38% -
XYZ 4.47 5.22 11.84 -
YUV 56.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 17 69 96 0.82 0.28 0 0.62 200.51 0.7 0.22
Hex 11 45 60 52 1C 0 3E C9 46 16
Octal 21 105 140 122 34 0 76 311 106 26
Binary 10001 1000101 1100000 1010010 11100 0 111110 11001001 1000110 10110

Color Harmonies of #114560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114560

Black with #114560

Text Example


Text Example

White with #114560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114560; }

 p { color: rgb(17,69,96); }

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

background-color css

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

 a { background-color: rgb(17,69,96); }

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

border-color css

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

 span { border-color: rgb(17,69,96); }

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