#134E61

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

Shades of Astronaut Blue #134E61

Tints of Astronaut Blue #134E61

Color information

#134E61 (or 0x134E61) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4E and 61. RGB value is (19,78,97). Sum of RGB (Red+Green+Blue) = 19+78+97=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #134E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E61 is #ECB19E. Grayscale: #3E3E3E. Windows color (decimal): -15511967 or 6376979. OLE color: 6376979.

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

Color convert

RGB197897-
CMYK0.800.2000.62
HSL194.62º67.24%22.75%-
HSV(B)194.62º80.41%38.04%-
XYZ5.156.4512.28-
YUV62.52147.4596.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 78 (30.86% from 255) = 40.21%
BLUE value IS 97 (38.28% from 255) = 50%
R=9.79%
G=40.21%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1978970.800.2000.62194.6267.2422.75
Hex134E61501403Ec34317
Octal231161411202407630310327
Binary1001110011101100001101000010100011111011000011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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