#134566

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

Shades of Astronaut Blue #134566

Tints of Astronaut Blue #134566

Color information

#134566 (or 0x134566) is unknown color: approx Astronaut Blue. HEX triplet: 13, 45 and 66. RGB value is (19,69,102). Sum of RGB (Red+Green+Blue) = 19+69+102=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #134566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134566 is #ECBA99. Grayscale: #393939. Windows color (decimal): -15514266 or 6702355. OLE color: 6702355.

HSL color Cylindrical-coordinate representation of color #134566: hue angle of 203.86º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134566 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1969102-
CMYK0.810.3200.6
HSL203.86º68.6%23.73%-
HSV(B)203.86º81.37%40%-
XYZ4.795.3513.35-
YUV57.81152.94100.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=10%
G=36.32%
B=53.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19691020.810.3200.6203.8668.623.73
Hex134566512003Ccc4518
Octal231051461214007431410530
Binary10011100010111001101010001100000011110011001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134566; }

 p { color: rgb(19,69,102); }

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

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

 a { background-color: rgb(19,69,102); }

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

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

 span { border-color: rgb(19,69,102); }

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