#134661

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

Shades of Astronaut Blue #134661

Tints of Astronaut Blue #134661

Color information

#134661 (or 0x134661) is unknown color: approx Astronaut Blue. HEX triplet: 13, 46 and 61. RGB value is (19,70,97). Sum of RGB (Red+Green+Blue) = 19+70+97=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #134661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134661 is #ECB99E. Grayscale: #393939. Windows color (decimal): -15514015 or 6374931. OLE color: 6374931.

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

Color convert

RGB197097-
CMYK0.800.2800.62
HSL200.77º67.24%22.75%-
HSV(B)200.77º80.41%38.04%-
XYZ4.625.3812.1-
YUV57.83150.1100.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 97 (38.28% from 255) = 52.15%
R=10.22%
G=37.63%
B=52.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1970970.800.2800.62200.7767.2422.75
Hex134661501C03Ec94317
Octal231061411203407631110327
Binary1001110001101100001101000011100011111011001001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134661; }

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

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

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

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

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

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

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

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