#134760

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

Shades of Astronaut Blue #134760

Tints of Astronaut Blue #134760

Color information

#134760 (or 0x134760) is unknown color: approx Astronaut Blue. HEX triplet: 13, 47 and 60. RGB value is (19,71,96). Sum of RGB (Red+Green+Blue) = 19+71+96=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #134760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134760 is #ECB89F. Grayscale: #3A3A3A. Windows color (decimal): -15513760 or 6309651. OLE color: 6309651.

HSL color Cylindrical-coordinate representation of color #134760: hue angle of 199.48º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134760 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB197196-
CMYK0.800.2600.62
HSL199.48º66.96%22.55%-
HSV(B)199.48º80.21%37.65%-
XYZ4.635.4911.88-
YUV58.3149.2799.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=10.22%
G=38.17%
B=51.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1971960.800.2600.62199.4866.9622.55
Hex134760501A03Ec74317
Octal231071401203207630710327
Binary1001110001111100000101000011010011111011000111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134760; }

 p { color: rgb(19,71,96); }

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

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

 a { background-color: rgb(19,71,96); }

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

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

 span { border-color: rgb(19,71,96); }

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