#134961

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

Shades of Astronaut Blue #134961

Tints of Astronaut Blue #134961

Color information

#134961 (or 0x134961) is unknown color: approx Astronaut Blue. HEX triplet: 13, 49 and 61. RGB value is (19,73,97). Sum of RGB (Red+Green+Blue) = 19+73+97=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #134961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134961 is #ECB69E. Grayscale: #3B3B3B. Windows color (decimal): -15513247 or 6375699. OLE color: 6375699.

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

Color convert

RGB197397-
CMYK0.800.2500.62
HSL198.46º67.24%22.75%-
HSV(B)198.46º80.41%38.04%-
XYZ4.815.7712.17-
YUV59.59149.1199.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=10.05%
G=38.62%
B=51.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1973970.800.2500.62198.4667.2422.75
Hex134961501903Ec64317
Octal231111411203107630610327
Binary1001110010011100001101000011001011111011000110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134961; }

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

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

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

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

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

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

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

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