#134B62

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

Shades of Astronaut Blue #134B62

Tints of Astronaut Blue #134B62

Color information

#134B62 (or 0x134B62) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4B and 62. RGB value is (19,75,98). Sum of RGB (Red+Green+Blue) = 19+75+98=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #134B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B62 is #ECB49D. Grayscale: #3C3C3C. Windows color (decimal): -15512734 or 6441747. OLE color: 6441747.

HSL color Cylindrical-coordinate representation of color #134B62: hue angle of 197.47º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134B62 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB197598-
CMYK0.810.2300.62
HSL197.47º67.52%22.94%-
HSV(B)197.47º80.61%38.43%-
XYZ4.996.0512.46-
YUV60.88148.9598.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=9.90%
G=39.06%
B=51.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1975980.810.2300.62197.4767.5222.94
Hex134B62511703Ec54417
Octal231131421212707630510427
Binary1001110010111100010101000110111011111011000101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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