#135061

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

Shades of Astronaut Blue #135061

Tints of Astronaut Blue #135061

Color information

#135061 (or 0x135061) is unknown color: approx Astronaut Blue. HEX triplet: 13, 50 and 61. RGB value is (19,80,97). Sum of RGB (Red+Green+Blue) = 19+80+97=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #135061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135061 is #ECAF9E. Grayscale: #3F3F3F. Windows color (decimal): -15511455 or 6377491. OLE color: 6377491.

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

Color convert

RGB198097-
CMYK0.800.1800.62
HSL193.08º67.24%22.75%-
HSV(B)193.08º80.41%38.04%-
XYZ5.296.7412.33-
YUV63.7146.7996.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=9.69%
G=40.82%
B=49.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1980970.800.1800.62193.0867.2422.75
Hex135061501203Ec14317
Octal231201411202207630110327
Binary1001110100001100001101000010010011111011000001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135061; }

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

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

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

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

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

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

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

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