#134860

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

Shades of Astronaut Blue #134860

Tints of Astronaut Blue #134860

Color information

#134860 (or 0x134860) is unknown color: approx Astronaut Blue. HEX triplet: 13, 48 and 60. RGB value is (19,72,96). Sum of RGB (Red+Green+Blue) = 19+72+96=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #134860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134860 is #ECB79F. Grayscale: #3A3A3A. Windows color (decimal): -15513504 or 6309907. OLE color: 6309907.

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

Color convert

RGB197296-
CMYK0.800.2500.62
HSL198.7º66.96%22.55%-
HSV(B)198.7º80.21%37.65%-
XYZ4.75.6211.9-
YUV58.89148.9499.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=10.16%
G=38.50%
B=51.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1972960.800.2500.62198.766.9622.55
Hex134860501903Ec74317
Octal231101401203107630710327
Binary1001110010001100000101000011001011111011000111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134860; }

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

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

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

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

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

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

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

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