#134456

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

Shades of Astronaut Blue #134456

Tints of Astronaut Blue #134456

Color information

#134456 (or 0x134456) is unknown color: approx Astronaut Blue. HEX triplet: 13, 44 and 56. RGB value is (19,68,86). Sum of RGB (Red+Green+Blue) = 19+68+86=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #134456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134456 is #ECBBA9. Grayscale: #373737. Windows color (decimal): -15514538 or 5653523. OLE color: 5653523.

HSL color Cylindrical-coordinate representation of color #134456: hue angle of 196.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134456 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB196886-
CMYK0.780.2100.66
HSL196.12º63.81%20.59%-
HSV(B)196.12º77.91%33.73%-
XYZ4.024.949.55-
YUV55.4145.27102.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=10.98%
G=39.31%
B=49.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1968860.780.2100.66196.1263.8120.59
Hex1344564E15042c44015
Octal2310412611625010230410025
Binary10011100010010101101001110101010100001011000100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134456; }

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

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

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

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

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

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

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

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