#134157

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

Shades of Astronaut Blue #134157

Tints of Astronaut Blue #134157

Color information

#134157 (or 0x134157) is unknown color: approx Astronaut Blue. HEX triplet: 13, 41 and 57. RGB value is (19,65,87). Sum of RGB (Red+Green+Blue) = 19+65+87=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #134157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134157 is #ECBEA8. Grayscale: #353535. Windows color (decimal): -15515305 or 5718291. OLE color: 5718291.

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

Color convert

RGB196587-
CMYK0.780.2500.66
HSL199.41º64.15%20.78%-
HSV(B)199.41º78.16%34.12%-
XYZ3.884.619.7-
YUV53.75146.76103.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 87 (34.38% from 255) = 50.88%
R=11.11%
G=38.01%
B=50.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1965870.780.2500.66199.4164.1520.78
Hex1341574E19042c74015
Octal2310112711631010230710025
Binary10011100000110101111001110110010100001011000111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134157; }

 p { color: rgb(19,65,87); }

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

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

 a { background-color: rgb(19,65,87); }

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

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

 span { border-color: rgb(19,65,87); }

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