#114261

Color #114261 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #114261

Tints of Astronaut Blue #114261

Color information

#114261 (or 0x114261) is unknown color: approx Astronaut Blue. HEX triplet: 11, 42 and 61. RGB value is (17,66,97). Sum of RGB (Red+Green+Blue) = 17+66+97=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #114261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114261 is #EEBD9E. Grayscale: #363636. Windows color (decimal): -15646111 or 6373905. OLE color: 6373905.

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

Color convert

RGB176697-
CMYK0.820.3200.62
HSL203.25º70.18%22.35%-
HSV(B)203.25º82.47%38.04%-
XYZ4.344.8812.02-
YUV54.88151.77100.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=9.44%
G=36.67%
B=53.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1766970.820.3200.62203.2570.1822.35
Hex114261522003Ecb4616
Octal211021411224007631310626
Binary10001100001011000011010010100000011111011001011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114261; }

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

 H1.HeaderClassName
 {
   color: #114261;
 }
 .AnyTagClassName
 {
   color: #114261;
 }
</style>
background-color css

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

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

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

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

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

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