#134359

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

Shades of Astronaut Blue #134359

Tints of Astronaut Blue #134359

Color information

#134359 (or 0x134359) is unknown color: approx Astronaut Blue. HEX triplet: 13, 43 and 59. RGB value is (19,67,89). Sum of RGB (Red+Green+Blue) = 19+67+89=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #134359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134359 is #ECBCA6. Grayscale: #373737. Windows color (decimal): -15514791 or 5849875. OLE color: 5849875.

HSL color Cylindrical-coordinate representation of color #134359: hue angle of 198.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134359 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB196789-
CMYK0.790.2500.65
HSL198.86º64.81%21.18%-
HSV(B)198.86º78.65%34.9%-
XYZ4.084.8710.18-
YUV55.16147.1102.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=10.86%
G=38.29%
B=50.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1967890.790.2500.65198.8664.8121.18
Hex1343594F19041c74115
Octal2310313111731010130710125
Binary10011100001110110011001111110010100000111000111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134359; }

 p { color: rgb(19,67,89); }

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

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

 a { background-color: rgb(19,67,89); }

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

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

 span { border-color: rgb(19,67,89); }

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