#134D68

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

Shades of Astronaut Blue #134D68

Tints of Astronaut Blue #134D68

Color information

#134D68 (or 0x134D68) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4D and 68. RGB value is (19,77,104). Sum of RGB (Red+Green+Blue) = 19+77+104=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #134D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D68 is #ECB297. Grayscale: #3E3E3E. Windows color (decimal): -15512216 or 6835475. OLE color: 6835475.

HSL color Cylindrical-coordinate representation of color #134D68: hue angle of 199.06º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134D68 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1977104-
CMYK0.820.2600.59
HSL199.06º69.11%24.12%-
HSV(B)199.06º81.73%40.78%-
XYZ5.426.4514.06-
YUV62.74151.2896.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.5%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 104 (41.02% from 255) = 52%
R=9.5%
G=38.5%
B=52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19771040.820.2600.59199.0669.1124.12
Hex134D68521A03Bc74518
Octal231151501223207330710530
Binary1001110011011101000101001011010011101111000111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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