#135162

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

Shades of Astronaut Blue #135162

Tints of Astronaut Blue #135162

Color information

#135162 (or 0x135162) is unknown color: approx Astronaut Blue. HEX triplet: 13, 51 and 62. RGB value is (19,81,98). Sum of RGB (Red+Green+Blue) = 19+81+98=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #135162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135162 is #ECAE9D. Grayscale: #404040. Windows color (decimal): -15511198 or 6443283. OLE color: 6443283.

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

Color convert

RGB198198-
CMYK0.810.1700.62
HSL192.91º67.52%22.94%-
HSV(B)192.91º80.61%38.43%-
XYZ5.426.9112.6-
YUV64.4146.9695.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 98 (38.67% from 255) = 49.49%
R=9.60%
G=40.91%
B=49.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1981980.810.1700.62192.9167.5222.94
Hex135162511103Ec14417
Octal231211421212107630110427
Binary1001110100011100010101000110001011111011000001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135162; }

 p { color: rgb(19,81,98); }

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

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

 a { background-color: rgb(19,81,98); }

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

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

 span { border-color: rgb(19,81,98); }

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