#134459

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

Shades of Astronaut Blue #134459

Tints of Astronaut Blue #134459

Color information

#134459 (or 0x134459) is unknown color: approx Astronaut Blue. HEX triplet: 13, 44 and 59. RGB value is (19,68,89). Sum of RGB (Red+Green+Blue) = 19+68+89=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #134459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134459 is #ECBBA6. Grayscale: #373737. Windows color (decimal): -15514535 or 5850131. OLE color: 5850131.

HSL color Cylindrical-coordinate representation of color #134459: hue angle of 198º 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 #134459 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB196889-
CMYK0.790.2400.65
HSL198º64.81%21.18%-
HSV(B)198º78.65%34.9%-
XYZ4.144.9910.2-
YUV55.74146.77101.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=10.80%
G=38.64%
B=50.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1968890.790.2400.6519864.8121.18
Hex1344594F18041c64115
Octal2310413111730010130610125
Binary10011100010010110011001111110000100000111000110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134459; }

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

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

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

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

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

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

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

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