#134C63

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

Shades of Astronaut Blue #134C63

Tints of Astronaut Blue #134C63

Color information

#134C63 (or 0x134C63) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4C and 63. RGB value is (19,76,99). Sum of RGB (Red+Green+Blue) = 19+76+99=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #134C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C63 is #ECB39C. Grayscale: #3D3D3D. Windows color (decimal): -15512477 or 6507539. OLE color: 6507539.

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

Color convert

RGB197699-
CMYK0.810.2300.61
HSL197.25º67.8%23.14%-
HSV(B)197.25º80.81%38.82%-
XYZ5.116.2112.73-
YUV61.58149.1297.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 76 (30.08% from 255) = 39.18%
BLUE value IS 99 (39.06% from 255) = 51.03%
R=9.79%
G=39.18%
B=51.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1976990.810.2300.61197.2567.823.14
Hex134C63511703Dc54417
Octal231141431212707530510427
Binary1001110011001100011101000110111011110111000101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,76,99); }

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

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

 a { background-color: rgb(19,76,99); }

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

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

 span { border-color: rgb(19,76,99); }

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