#134558

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

Shades of Astronaut Blue #134558

Tints of Astronaut Blue #134558

Color information

#134558 (or 0x134558) is unknown color: approx Astronaut Blue. HEX triplet: 13, 45 and 58. RGB value is (19,69,88). Sum of RGB (Red+Green+Blue) = 19+69+88=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #134558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134558 is #ECBAA7. Grayscale: #383838. Windows color (decimal): -15514280 or 5784851. OLE color: 5784851.

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

Color convert

RGB196988-
CMYK0.780.2200.65
HSL196.52º64.49%20.98%-
HSV(B)196.52º78.41%34.51%-
XYZ4.165.110-
YUV56.22145.94101.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 88 (34.77% from 255) = 50%
R=10.80%
G=39.20%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1969880.780.2200.65196.5264.4920.98
Hex1345584E16041c54015
Octal2310513011626010130510025
Binary10011100010110110001001110101100100000111000101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134558; }

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

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

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

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

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

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

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

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