#134B61

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

Shades of Astronaut Blue #134B61

Tints of Astronaut Blue #134B61

Color information

#134B61 (or 0x134B61) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4B and 61. RGB value is (19,75,97). Sum of RGB (Red+Green+Blue) = 19+75+97=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #134B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B61 is #ECB49E. Grayscale: #3C3C3C. Windows color (decimal): -15512735 or 6376211. OLE color: 6376211.

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

Color convert

RGB197597-
CMYK0.800.2300.62
HSL196.92º67.24%22.75%-
HSV(B)196.92º80.41%38.04%-
XYZ4.946.0312.21-
YUV60.76148.4598.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 75 (29.69% from 255) = 39.27%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=9.95%
G=39.27%
B=50.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1975970.800.2300.62196.9267.2422.75
Hex134B61501703Ec54317
Octal231131411202707630510327
Binary1001110010111100001101000010111011111011000101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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