#134960

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

Shades of Astronaut Blue #134960

Tints of Astronaut Blue #134960

Color information

#134960 (or 0x134960) is unknown color: approx Astronaut Blue. HEX triplet: 13, 49 and 60. RGB value is (19,73,96). Sum of RGB (Red+Green+Blue) = 19+73+96=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #134960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134960 is #ECB69F. Grayscale: #3B3B3B. Windows color (decimal): -15513248 or 6310163. OLE color: 6310163.

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

Color convert

RGB197396-
CMYK0.800.2400.62
HSL197.92º66.96%22.55%-
HSV(B)197.92º80.21%37.65%-
XYZ4.765.7511.92-
YUV59.48148.6199.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 96 (37.89% from 255) = 51.06%
R=10.11%
G=38.83%
B=51.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1973960.800.2400.62197.9266.9622.55
Hex134960501803Ec64317
Octal231111401203007630610327
Binary1001110010011100000101000011000011111011000110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134960; }

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

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

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

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

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

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

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

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