#134F63

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

Shades of Astronaut Blue #134F63

Tints of Astronaut Blue #134F63

Color information

#134F63 (or 0x134F63) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4F and 63. RGB value is (19,79,99). Sum of RGB (Red+Green+Blue) = 19+79+99=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #134F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F63 is #ECB09C. Grayscale: #3F3F3F. Windows color (decimal): -15511709 or 6508307. OLE color: 6508307.

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

Color convert

RGB197999-
CMYK0.810.2000.61
HSL195º67.8%23.14%-
HSV(B)195º80.81%38.82%-
XYZ5.326.6312.8-
YUV63.34148.1296.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=9.64%
G=40.10%
B=50.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1979990.810.2000.6119567.823.14
Hex134F63511403Dc34417
Octal231171431212407530310427
Binary1001110011111100011101000110100011110111000011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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