#134D64

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

Shades of Astronaut Blue #134D64

Tints of Astronaut Blue #134D64

Color information

#134D64 (or 0x134D64) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4D and 64. RGB value is (19,77,100). Sum of RGB (Red+Green+Blue) = 19+77+100=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #134D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D64 is #ECB29B. Grayscale: #3E3E3E. Windows color (decimal): -15512220 or 6573331. OLE color: 6573331.

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

Color convert

RGB1977100-
CMYK0.810.2300.61
HSL197.04º68.07%23.33%-
HSV(B)197.04º81%39.22%-
XYZ5.226.3713.01-
YUV62.28149.2897.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 100 (39.45% from 255) = 51.02%
R=9.69%
G=39.29%
B=51.02%

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
Decimal19771000.810.2300.61197.0468.0723.33
Hex134D64511703Dc54417
Octal231151441212707530510427
Binary1001110011011100100101000110111011110111000101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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