#135068

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

Shades of Astronaut Blue #135068

Tints of Astronaut Blue #135068

Color information

#135068 (or 0x135068) is unknown color: approx Astronaut Blue. HEX triplet: 13, 50 and 68. RGB value is (19,80,104). Sum of RGB (Red+Green+Blue) = 19+80+104=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #135068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135068 is #ECAF97. Grayscale: #404040. Windows color (decimal): -15511448 or 6836243. OLE color: 6836243.

HSL color Cylindrical-coordinate representation of color #135068: hue angle of 196.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135068 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1980104-
CMYK0.820.2300.59
HSL196.94º69.11%24.12%-
HSV(B)196.94º81.73%40.78%-
XYZ5.646.8814.13-
YUV64.5150.2995.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.36%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=9.36%
G=39.41%
B=51.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19801040.820.2300.59196.9469.1124.12
Hex135068521703Bc54518
Octal231201501222707330510530
Binary1001110100001101000101001010111011101111000101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135068; }

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

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

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

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

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

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

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

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