#134D61

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

Shades of Astronaut Blue #134D61

Tints of Astronaut Blue #134D61

Color information

#134D61 (or 0x134D61) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4D and 61. RGB value is (19,77,97). Sum of RGB (Red+Green+Blue) = 19+77+97=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #134D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D61 is #ECB29E. Grayscale: #3D3D3D. Windows color (decimal): -15512223 or 6376723. OLE color: 6376723.

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

Color convert

RGB197797-
CMYK0.800.2100.62
HSL195.38º67.24%22.75%-
HSV(B)195.38º80.41%38.04%-
XYZ5.086.3112.26-
YUV61.94147.7897.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=9.84%
G=39.90%
B=50.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1977970.800.2100.62195.3867.2422.75
Hex134D61501503Ec34317
Octal231151411202507630310327
Binary1001110011011100001101000010101011111011000011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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