#134A68

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

Shades of Astronaut Blue #134A68

Tints of Astronaut Blue #134A68

Color information

#134A68 (or 0x134A68) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4A and 68. RGB value is (19,74,104). Sum of RGB (Red+Green+Blue) = 19+74+104=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #134A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A68 is #ECB597. Grayscale: #3C3C3C. Windows color (decimal): -15512984 or 6834707. OLE color: 6834707.

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

Color convert

RGB1974104-
CMYK0.820.2900.59
HSL201.18º69.11%24.12%-
HSV(B)201.18º81.73%40.78%-
XYZ5.226.0413.99-
YUV60.97152.2898.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=9.64%
G=37.56%
B=52.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19741040.820.2900.59201.1869.1124.12
Hex134A68521D03Bc94518
Octal231121501223507331110530
Binary1001110010101101000101001011101011101111001001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134A68; }

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

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

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

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

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

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

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

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