#134D62

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

Shades of Astronaut Blue #134D62

Tints of Astronaut Blue #134D62

Color information

#134D62 (or 0x134D62) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4D and 62. RGB value is (19,77,98). Sum of RGB (Red+Green+Blue) = 19+77+98=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #134D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D62 is #ECB29D. Grayscale: #3D3D3D. Windows color (decimal): -15512222 or 6442259. OLE color: 6442259.

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

Color convert

RGB197798-
CMYK0.810.2100.62
HSL195.95º67.52%22.94%-
HSV(B)195.95º80.61%38.43%-
XYZ5.136.3312.51-
YUV62.05148.2897.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=9.79%
G=39.69%
B=50.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1977980.810.2100.62195.9567.5222.94
Hex134D62511503Ec44417
Octal231151421212507630410427
Binary1001110011011100010101000110101011111011000100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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