Html Css Color HEX #114561 Astronaut Blue

📋 copy color: '#114561'

red 17 ◦ green 69 ◦ blue 97

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

Shades of Astronaut Blue #114561

Tints of Astronaut Blue #114561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.01%

R = 9.29%
G = 37.7%
B = 53.01%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#114561 (or 0x114561) is known color: Astronaut Blue. HEX triplet: 11, 45 and 61. RGB value is (17,69,97). Sum of RGB (Red+Green+Blue) = 17+69+97=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #114561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114561 is #EEBA9E. Grayscale: #383838. Windows color (decimal): -15645343 or 6374673. OLE color: 6374673.

HSL color Cylindrical-coordinate representation of color #114561: hue angle of 201º 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 #114561 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 69 97 -
CMYK 0.82 0.29 0 0.62
HSL 201º 0.7% 0.22% -
HSV(B) 201º 0.82% 0.38% -
XYZ 4.52 5.24 12.08 -
YUV 56.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 17 69 97 0.82 0.29 0 0.62 201 0.7 0.22
Hex 11 45 61 52 1D 0 3E C9 46 16
Octal 21 105 141 122 35 0 76 311 106 26
Binary 10001 1000101 1100001 1010010 11101 0 111110 11001001 1000110 10110

Color Harmonies of #114561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114561

Black with #114561

Text Example


Text Example

White with #114561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114561; }

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

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

background-color css

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

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

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

border-color css

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

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

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