#134460

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

Shades of Astronaut Blue #134460

Tints of Astronaut Blue #134460

Color information

#134460 (or 0x134460) is unknown color: approx Astronaut Blue. HEX triplet: 13, 44 and 60. RGB value is (19,68,96). Sum of RGB (Red+Green+Blue) = 19+68+96=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #134460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134460 is #ECBB9F. Grayscale: #383838. Windows color (decimal): -15514528 or 6308883. OLE color: 6308883.

HSL color Cylindrical-coordinate representation of color #134460: hue angle of 201.82º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134460 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB196896-
CMYK0.800.2900.62
HSL201.82º66.96%22.55%-
HSV(B)201.82º80.21%37.65%-
XYZ4.455.1211.82-
YUV56.54150.27101.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=10.38%
G=37.16%
B=52.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1968960.800.2900.62201.8266.9622.55
Hex134460501D03Eca4317
Octal231041401203507631210327
Binary1001110001001100000101000011101011111011001010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134460; }

 p { color: rgb(19,68,96); }

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

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

 a { background-color: rgb(19,68,96); }

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

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

 span { border-color: rgb(19,68,96); }

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