#134660

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

Shades of Astronaut Blue #134660

Tints of Astronaut Blue #134660

Color information

#134660 (or 0x134660) is unknown color: approx Astronaut Blue. HEX triplet: 13, 46 and 60. RGB value is (19,70,96). Sum of RGB (Red+Green+Blue) = 19+70+96=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #134660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134660 is #ECB99F. Grayscale: #393939. Windows color (decimal): -15514016 or 6309395. OLE color: 6309395.

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

Color convert

RGB197096-
CMYK0.800.2700.62
HSL200.26º66.96%22.55%-
HSV(B)200.26º80.21%37.65%-
XYZ4.575.3611.86-
YUV57.72149.6100.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=10.27%
G=37.84%
B=51.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1970960.800.2700.62200.2666.9622.55
Hex134660501B03Ec84317
Octal231061401203307631010327
Binary1001110001101100000101000011011011111011001000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134660; }

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

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

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

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

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

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

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

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