#134858

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

Shades of Astronaut Blue #134858

Tints of Astronaut Blue #134858

Color information

#134858 (or 0x134858) is unknown color: approx Astronaut Blue. HEX triplet: 13, 48 and 58. RGB value is (19,72,88). Sum of RGB (Red+Green+Blue) = 19+72+88=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #134858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134858 is #ECB7A7. Grayscale: #393939. Windows color (decimal): -15513512 or 5785619. OLE color: 5785619.

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

Color convert

RGB197288-
CMYK0.780.1800.65
HSL193.91º64.49%20.98%-
HSV(B)193.91º78.41%34.51%-
XYZ4.355.4810.06-
YUV57.98144.94100.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.61%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 88 (34.77% from 255) = 49.16%
R=10.61%
G=40.22%
B=49.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1972880.780.1800.65193.9164.4920.98
Hex1348584E12041c24015
Octal2311013011622010130210025
Binary10011100100010110001001110100100100000111000010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134858; }

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

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

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

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

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

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

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

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