#134668

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

Shades of Astronaut Blue #134668

Tints of Astronaut Blue #134668

Color information

#134668 (or 0x134668) is unknown color: approx Astronaut Blue. HEX triplet: 13, 46 and 68. RGB value is (19,70,104). Sum of RGB (Red+Green+Blue) = 19+70+104=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #134668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134668 is #ECB997. Grayscale: #3A3A3A. Windows color (decimal): -15514008 or 6833683. OLE color: 6833683.

HSL color Cylindrical-coordinate representation of color #134668: hue angle of 204º 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 #134668 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1970104-
CMYK0.820.3300.59
HSL204º69.11%24.12%-
HSV(B)204º81.73%40.78%-
XYZ4.965.5213.9-
YUV58.63153.699.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=9.84%
G=36.27%
B=53.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19701040.820.3300.5920469.1124.12
Hex134668522103Bcc4518
Octal231061501224107331410530
Binary10011100011011010001010010100001011101111001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134668; }

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

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

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

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

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

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

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

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