#134C68

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

Shades of Astronaut Blue #134C68

Tints of Astronaut Blue #134C68

Color information

#134C68 (or 0x134C68) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4C and 68. RGB value is (19,76,104). Sum of RGB (Red+Green+Blue) = 19+76+104=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #134C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C68 is #ECB397. Grayscale: #3D3D3D. Windows color (decimal): -15512472 or 6835219. OLE color: 6835219.

HSL color Cylindrical-coordinate representation of color #134C68: hue angle of 199.76º 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 #134C68 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1976104-
CMYK0.820.2700.59
HSL199.76º69.11%24.12%-
HSV(B)199.76º81.73%40.78%-
XYZ5.356.3114.03-
YUV62.15151.6297.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 76 (30.08% from 255) = 38.19%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=9.55%
G=38.19%
B=52.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19761040.820.2700.59199.7669.1124.12
Hex134C68521B03Bc84518
Octal231141501223307331010530
Binary1001110011001101000101001011011011101111001000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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