#134568

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

Shades of Astronaut Blue #134568

Tints of Astronaut Blue #134568

Color information

#134568 (or 0x134568) is unknown color: approx Astronaut Blue. HEX triplet: 13, 45 and 68. RGB value is (19,69,104). Sum of RGB (Red+Green+Blue) = 19+69+104=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #134568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134568 is #ECBA97. Grayscale: #393939. Windows color (decimal): -15514264 or 6833427. OLE color: 6833427.

HSL color Cylindrical-coordinate representation of color #134568: hue angle of 204.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134568 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1969104-
CMYK0.820.3400.59
HSL204.71º69.11%24.12%-
HSV(B)204.71º81.73%40.78%-
XYZ4.95.3913.88-
YUV58.04153.94100.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=9.90%
G=35.94%
B=54.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19691040.820.3400.59204.7169.1124.12
Hex134568522203Bcd4518
Octal231051501224207331510530
Binary10011100010111010001010010100010011101111001101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134568; }

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

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

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

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

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

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

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

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