#114360

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

Shades of Astronaut Blue #114360

Tints of Astronaut Blue #114360

Color information

#114360 (or 0x114360) is unknown color: approx Astronaut Blue. HEX triplet: 11, 43 and 60. RGB value is (17,67,96). Sum of RGB (Red+Green+Blue) = 17+67+96=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #114360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114360 is #EEBC9F. Grayscale: #373737. Windows color (decimal): -15645856 or 6308625. OLE color: 6308625.

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

Color convert

RGB176796-
CMYK0.820.3000.62
HSL202.03º69.91%22.16%-
HSV(B)202.03º82.29%37.65%-
XYZ4.354.9811.8-
YUV55.36150.94100.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 96 (37.89% from 255) = 53.33%
R=9.44%
G=37.22%
B=53.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1767960.820.3000.62202.0369.9122.16
Hex114360521E03Eca4616
Octal211031401223607631210626
Binary1000110000111100000101001011110011111011001010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114360; }

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

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

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

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

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

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

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

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