#134E60

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

Shades of Astronaut Blue #134E60

Tints of Astronaut Blue #134E60

Color information

#134E60 (or 0x134E60) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4E and 60. RGB value is (19,78,96). Sum of RGB (Red+Green+Blue) = 19+78+96=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #134E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E60 is #ECB19F. Grayscale: #3E3E3E. Windows color (decimal): -15511968 or 6311443. OLE color: 6311443.

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

Color convert

RGB197896-
CMYK0.800.1900.62
HSL194.03º66.96%22.55%-
HSV(B)194.03º80.21%37.65%-
XYZ5.16.4312.04-
YUV62.41146.9597.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=9.84%
G=40.41%
B=49.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1978960.800.1900.62194.0366.9622.55
Hex134E60501303Ec24317
Octal231161401202307630210327
Binary1001110011101100000101000010011011111011000010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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