#134A5C

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

Shades of Astronaut Blue #134A5C

Tints of Astronaut Blue #134A5C

Color information

#134A5C (or 0x134A5C) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4A and 5C. RGB value is (19,74,92). Sum of RGB (Red+Green+Blue) = 19+74+92=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #134A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A5C is #ECB5A3. Grayscale: #3B3B3B. Windows color (decimal): -15512996 or 6048275. OLE color: 6048275.

HSL color Cylindrical-coordinate representation of color #134A5C: hue angle of 194.79º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134A5C is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB197492-
CMYK0.790.2000.64
HSL194.79º65.77%21.76%-
HSV(B)194.79º79.35%36.08%-
XYZ4.655.8111-
YUV59.61146.2899.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=10.27%
G=40%
B=49.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1974920.790.2000.64194.7965.7721.76
Hex134A5C4F14040c34216
Octal2311213411724010030310226
Binary10011100101010111001001111101000100000011000011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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