#134E5E

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

Shades of Astronaut Blue #134E5E

Tints of Astronaut Blue #134E5E

Color information

#134E5E (or 0x134E5E) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4E and 5E. RGB value is (19,78,94). Sum of RGB (Red+Green+Blue) = 19+78+94=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #134E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E5E is #ECB1A1. Grayscale: #3E3E3E. Windows color (decimal): -15511970 or 6180371. OLE color: 6180371.

HSL color Cylindrical-coordinate representation of color #134E5E: hue angle of 192.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134E5E is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB197894-
CMYK0.800.1700.63
HSL192.8º66.37%22.16%-
HSV(B)192.8º79.79%36.86%-
XYZ5.016.411.56-
YUV62.18145.9597.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 94 (37.11% from 255) = 49.21%
R=9.95%
G=40.84%
B=49.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1978940.800.1700.63192.866.3722.16
Hex134E5E501103Fc14216
Octal231161361202107730110226
Binary1001110011101011110101000010001011111111000001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134E5E; }

 p { color: rgb(19,78,94); }

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

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

 a { background-color: rgb(19,78,94); }

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

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

 span { border-color: rgb(19,78,94); }

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