#135060

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

Shades of Astronaut Blue #135060

Tints of Astronaut Blue #135060

Color information

#135060 (or 0x135060) is unknown color: approx Astronaut Blue. HEX triplet: 13, 50 and 60. RGB value is (19,80,96). Sum of RGB (Red+Green+Blue) = 19+80+96=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #135060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135060 is #ECAF9F. Grayscale: #3F3F3F. Windows color (decimal): -15511456 or 6311955. OLE color: 6311955.

HSL color Cylindrical-coordinate representation of color #135060: hue angle of 192.47º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135060 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB198096-
CMYK0.800.1700.62
HSL192.47º66.96%22.55%-
HSV(B)192.47º80.21%37.65%-
XYZ5.256.7212.09-
YUV63.58146.2996.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=9.74%
G=41.03%
B=49.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1980960.800.1700.62192.4766.9622.55
Hex135060501103Ec04317
Octal231201401202107630010327
Binary1001110100001100000101000010001011111011000000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135060; }

 p { color: rgb(19,80,96); }

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

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

 a { background-color: rgb(19,80,96); }

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

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

 span { border-color: rgb(19,80,96); }

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