#134663

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

Shades of Astronaut Blue #134663

Tints of Astronaut Blue #134663

Color information

#134663 (or 0x134663) is unknown color: approx Astronaut Blue. HEX triplet: 13, 46 and 63. RGB value is (19,70,99). Sum of RGB (Red+Green+Blue) = 19+70+99=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #134663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134663 is #ECB99C. Grayscale: #393939. Windows color (decimal): -15514013 or 6506003. OLE color: 6506003.

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

Color convert

RGB197099-
CMYK0.810.2900.61
HSL201.75º67.8%23.14%-
HSV(B)201.75º80.81%38.82%-
XYZ4.715.4212.6-
YUV58.06151.1100.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=10.11%
G=37.23%
B=52.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1970990.810.2900.61201.7567.823.14
Hex134663511D03Dca4417
Octal231061431213507531210427
Binary1001110001101100011101000111101011110111001010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134663; }

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

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

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

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

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

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

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

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