#134058

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

Shades of Astronaut Blue #134058

Tints of Astronaut Blue #134058

Color information

#134058 (or 0x134058) is unknown color: approx Astronaut Blue. HEX triplet: 13, 40 and 58. RGB value is (19,64,88). Sum of RGB (Red+Green+Blue) = 19+64+88=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #134058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134058 is #ECBFA7. Grayscale: #353535. Windows color (decimal): -15515560 or 5783571. OLE color: 5783571.

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

Color convert

RGB196488-
CMYK0.780.2700.65
HSL200.87º64.49%20.98%-
HSV(B)200.87º78.41%34.51%-
XYZ3.864.519.9-
YUV53.28147.59103.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 88 (34.77% from 255) = 51.46%
R=11.11%
G=37.43%
B=51.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1964880.780.2700.65200.8764.4920.98
Hex1340584E1B041c94015
Octal2310013011633010131110025
Binary10011100000010110001001110110110100000111001001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134058; }

 p { color: rgb(19,64,88); }

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

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

 a { background-color: rgb(19,64,88); }

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

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

 span { border-color: rgb(19,64,88); }

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